osuosl / orvsd_central

5 stars 2 forks source link

Move constants.py into config/default.py #167

Open dean opened 9 years ago

dean commented 9 years ago

The only thing in constants.py is the USER_PERMS variable, which ought to be in config/default.py instead.

We also should talk about possibly renaming config/default.py.dist to config.py, renaming/reorganizing the config folder so it contains csvs/sample data/etc., and moving the alembic.ini file to migrations/ or somewhere else more logical.

@Kennric Thoughts?

justinnoah commented 9 years ago

Possibly keep the config folder, move alembic in there and have a data folder for the CSV import?