A reusable app to keep your money in check.
You can simply add income/expense or upload an excel sheet for multiple transactions. You can also download your income/expenses in an excel sheet.
- Added calendar for date picking while adding income/expenses. (24-12-2017)
- Removed unused css and js scripts for fast loading.(24-12-2017)
- Fixed some other bugs(24-12-2017)
- Display the table with bootstrap datatable. (Easy sort and filter)
- Add an option for comments. (Model already has that field, you can change it easily)
- Improve front-end :(
- Add option to download in a specific time range.
- Proper form heading
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python populate.py
python manage.py runserver
- Head over to 127.0.0.1:8000/app/ or localhost:8000/app/