Application created to help user organizing his daily tasks. It is esspecially useful for group tasks.
On this repo there is also a short film presenting all features of my application. It is inside issues divided on two parts
- Adding tasks to a calendar
- Adding friends
- Creating a groups of friends
- sending private messages and creating group chats
If you'd like to run this application on your computer you'll need to:
- Downolad all the code from repository
- Go to the folder with this project and type "pip install requirements.txt"
- Then run following commands:
- "python manage.py createsuperuser"
- "python manage.py migrate"
- "python manage.py runserver"