The goal of this project is to complete a light weight, simple, and easy to use web app for user to track and view their personal expense and income.
forms.py
- Some functions in
views.py
- Using Virtualenv to control python environment. Helpful link to understand Virtualenv
- Python-2.7.6
- Framework: Django==1.8.1.
- Database: MySQL-python==1.2.5., MySQL==5.6.24
- Proper Profile page and Logout.
- Side NavBar
- Report page
- Add expense
- fix the problem the
manage.py syncdb