Finance Manager

It`s a servise that can you help to control your finances, and can give you statistic about you money by days or by categories You can try on https://kulyk.pythonanywhere.com

Tech/framework used

Ex. -

Build with

Installation

$ virtualenv venv -p python3
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser

If some table will not create with migrate command, use:

$ python manage.py migrate --run-syncdb

How to use?

Open the Add category link in side bar, and add a category
Then open the add transaction link, and using category you created, create transaction
You can look at you category or transaction lists or you can look at chart that show you destibution by days or by categories.