aboutsummaryrefslogtreecommitdiff
path: root/budget/manage.py
AgeCommit message (Collapse)AuthorFilesLines
2017-03-29Remove ExtDeprecationWarning from manage.pyJocelyn Delalande1-2/+2
Using new-style flask extensions imports. grep tells me there were the only flask.ext.* occurences remaining in ihatemoney code.
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.