aboutsummaryrefslogtreecommitdiff
path: root/budget/default_settings.py
AgeCommit message (Collapse)AuthorFilesLines
2015-04-30nicely deprecates DEFAULT_MAIL_SENDER as it changed upstream for flask-mail>=0.8Jocelyn Delande1-1/+1
2011-10-13Fix some problems related to postgresql and modelsAlexis Metaireau1-1/+6
2011-07-30Invite people after project creation.Alexis Metaireau1-0/+2
Uses the flask-mail extension.
2011-07-23Split the logic into different python modules:Alexis Metaireau1-0/+4
* web.py contains the controllers (also called views) + url definitions * models.py contains the models * forms.py contains the forms * utils.py contains a set of utility fonctions to ease the dev. process