aboutsummaryrefslogtreecommitdiff
path: root/budget/manage.py
AgeCommit message (Collapse)AuthorFilesLines
2016-05-31Add a manage.py CLI (flask_script)Jocelyn Delande1-0/+16
As it's the Flask-Migrate way to expose its commands (./manage.py db command). In our case, it's specially useful for creating new migrations.