Now work in a far more efficient and organized manner!
The project allows users to list their tasks in a scrum order, monitor and update their progress.
$ git clone https://github.com/prakharchoudhary/Scrum
$ cd Scrum/scrum
$ pip install requirements.txt
$ python manage.py migrate
$ python manage.py runserver
To test codebase using Flake8, run flake8 --exclude=migrations scrum