Django Web Application for managing Tasks and Team works.
The required modules and plugins are specified in the 'requirements.txt' file. After installation move to the base directory and run the following commands,
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
- Backend :Django
- frontend : HTML,CSS
- IDE used : PyCharm
- Create Tasks
- Comment on your tasks
- Set priorities for your tasks
- Create Team
- Assign tasks with due date to team members
-
User:
- Create To-do lists
- update
- delete
- Create Teams
-
Team Lead:
- Add team Members
- Assign Tasks
- delete and update tasks
-
Team Members:
- view tasks by them and their leads
- comment on their own tasks and that of their team leads