Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 441 Bytes

README.md

File metadata and controls

executable file
·
21 lines (14 loc) · 441 Bytes

Scrum

Now work in a far more efficient and organized manner!

Description

The project allows users to list their tasks in a scrum order, monitor and update their progress.

Usage

$ git clone https://github.com/prakharchoudhary/Scrum
$ cd Scrum/scrum
$ pip install requirements.txt
$ python manage.py migrate
$ python manage.py runserver

Testing

To test codebase using Flake8, run flake8 --exclude=migrations scrum