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.
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?