ucd-cws / PISCES

Software for tracking and analyzing fish species range data
Other
0 stars 2 forks source link

Make configuration for database location work correctly #133

Open nickrsan opened 9 years ago

nickrsan commented 9 years ago

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.

nickrsan commented 9 years ago

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.

nickrsan commented 9 years ago

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