aboutsummaryrefslogtreecommitdiff
path: root/budget/models.py
AgeCommit message (Collapse)AuthorFilesLines
2011-07-31Makes the computation working.Alexis Metaireau1-1/+25
2011-07-31Adding a bill is now working properlyAlexis Metaireau1-0/+3
2011-07-23Manage users creationAlexis Metaireau1-1/+1
2011-07-23Split the logic into different python modules:Alexis Metaireau1-0/+54
* 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