Skip to content

Financial management application - page under construction.

Notifications You must be signed in to change notification settings

adm108/share_expenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

share_expenses

Description

Individual project. Financial management application writen in Django.

Assumptions:

  • 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.

How to see it?

1. Clone repository:
$ git clone https://github.com/adm108/share_expenses.git
2. Create virtual enviroment next to src folder (not inside) and activate it.
3. Install all packages from requirements.txt file:
$ pip install -r requirements.txt
4. Go to src folder and use manage.py to enter following commands. Generate SQL commands:
$ python manage.py makemigrations
5. Execute SQL commands:
$ python manage.py migrate
6. Create superuser (enter email, username and password):
$ python manage.py createsuperuser
7. Inside src folder create "static_cdn" folder.
8. Collect static files:
$ python manage.py collectstatic
9. Run your local server to see home page and registration and login views.
$ python manage.py runserver

About

Financial management application - page under construction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published