ucd-cws/PISCES

Make configuration for database location work correctly

Opened this issue · 2 comments

Original report by Nicholas Santos (Bitbucket: nickrsan, GitHub: nickrsan).


Add a line to config.py for local_vars.maindb - could get complicated with the circular imports.

Original comment by Nicholas Santos (Bitbucket: nickrsan, GitHub: nickrsan).


Resolved this last week with the config tool. Needs testing of what happens when you move the db.

Original comment by Nicholas Santos (Bitbucket: nickrsan, GitHub: nickrsan).


Upon testing, found numerous bugs in actually using it with a moved database as defined in config.py. Needs more testing