Individual project. Financial management application writen in Django.
- account creation (registraton and login),
- creating groups and members of that groups,
- creating expenses within a given group, sharing costs - balancing expenses, generating a financial report after archiving a group.
Page under construction. Home view (with header and footer) and registration and login views are available.
$ git clone https://github.com/adm108/share_expenses.git
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py collectstatic
$ python manage.py runserver