aboutsummaryrefslogtreecommitdiff
path: root/budget/run.py
AgeCommit message (Collapse)AuthorFilesLines
2011-09-11Fix #24 on Authentication and New project forms usability.Arnaud Bos1-1/+1
- Do not display anymore the identifier field in home. - Let the user enter the id if the slug generated from project name already exists as a project id. - Moved get_billform_for from 'utils' to 'forms', to avoid issue (was 'from forms import ...' into utils, and 'from utils import ...' into forms, which causeed an error).
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.