-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load_ndcs module as separate runnable module #15
Comments
An approach to doing this is separate folder / code structure for the load_ndcs & connect_db modules. Create a folder, e.g. |
makes sense, if we go the container route for loading data we likely need another |
Since we would be changing the dir structure of the project what dir and names make most sense?
or we could keep connect_db.py and just make a models specific dir
just thoughts, I always find structure and naming to be tricky not sure what is best @hl1 any thoughts on this |
|
I am struggling to import the helper function from the parent directory. Thoughts? |
We should consider making the load_ndcs module separately runnable from the web server itself. This would avoid the current process of commenting out part of the run.py module.
The text was updated successfully, but these errors were encountered: