aboutsummaryrefslogtreecommitdiff
path: root/budget/run.py
AgeCommit message (Expand)AuthorFilesLines
2016-06-15Added a template filter not to show zero decimals on user weightsJocelyn Delande1-0/+5
2016-05-31Handle migrations through alembic/flask-MigrationsJocelyn Delande1-1/+8
2016-04-03Do not load user-overriden settings in unit tests.Jocelyn Delande1-1/+3
2015-08-19Made an URL prefix configurable in settings, includes tests.Jocelyn Delande1-1/+2
2015-08-19Adds a way to (re)configure the running app, reloading settings.Jocelyn Delande1-12/+19
2015-04-30nicely deprecates DEFAULT_MAIL_SENDER as it changed upstream for flask-mail>=0.8Jocelyn Delande1-0/+14
2013-02-18update for flask 0.9A.Avenel1-1/+1
2012-06-10add sentry supportAlexis Metaireau1-0/+4
2012-03-06remove unused imports and from blah import *Feth AREZKI1-3/+3
2011-10-17Add the ability to change the language explicitely. I'm not sure the UI is be...Alexis Metaireau1-1/+3
2011-10-16Add a datepicker (with support of i18n). Fix #37Alexis Metaireau1-2/+3
2011-10-15fix a bit the UI (identifier on bill's list)Alexis Metaireau1-2/+3
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-2/+9
2011-10-13Fix some problems related to postgresql and modelsAlexis Metaireau1-0/+2
2011-09-11Add Handlers for members and bills.Alexis Metaireau1-0/+1
2011-09-11API first draft: utils. (related to #27)Alexis Metaireau1-1/+2
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-0/+22