Flask app to help frazzled cartoonists keep track of the myriad of conventions in a year.
Set up a virtualenv with python 3, e.g.: pyenv virtualenv 3.7.7 conmon
and then pip install -r requirements.txt
Pull down db/app.db
and set up config.py
. Run python app.py
for development server.
For db migrations: alembic revision -m "add column foo"
and edit migration, then run alembic upgrade head
There are several forks with Python 3 support, this is what I'm doing now:
pip install https://github.com/closeio/Flask-SuperAdmin/archive/master.zip