aboutsummaryrefslogtreecommitdiff
path: root/budget/run.py
AgeCommit message (Collapse)AuthorFilesLines
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
Introduces the "rest" module, with reusable utils for flask applications (will be packaged as a flask extension later on).
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-0/+22
This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways.