Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 891 Bytes

README.rst

File metadata and controls

42 lines (29 loc) · 891 Bytes

finance

Small django app to track your income and expenses: finantious.com.

Screenshot of how app looks in dev environment

dev env screenshot

TODOs

  • Editable user profile - Password reset feature - User settings to edit username, email, change password.. - custom currencies
  • Better build environment - setuptools + Buildout?
  • Clone transactions (e.g. lunch)
  • Do some statistics (maybe d3.js graphs?) - Income/Expense graph - how to categorize transactions?

Development

To develop Vagrant box with Ubuntu is used. To set up:

vagrant up && vagrant ssh
cd /vagrant
make dev  # installs with dev dependencies, otherwise `make` is enough
make migrate
make run

Deployment

Read deployments/README.rst.