About two years ago I tired
Dajngo, the popular python web framework. I was impressed how easy and logical is the usage of it. I started to create some simple apps only for personal usage. One of these apps was
django-expense, a simple personal/family expense tracker application.
Now I refactored a bit and put the source to bitbucket.
From the user view: It is uses the default Dajngo admin site and you can record expenses and check them in monthly or yearly view.
From technical view, you can find examples to the following django specific areas:
- Aggregation
- Customized ChangeList view
- Custom filterspec
If you interested you can get the source using mercurial from
bitbucket or download the
latest version.