How can you use this project following are the steps
- clone the project
- create a virtual environment 3.install virtual env wrapper using this command : pip install virtualenvwrapper-win 4.create virtual env using this command: mkvirtualenv envname 5.to active the env use this : workon envname
6.pip install -r requirements.txt ----> for installing all packages 7.run these following commands: 8.makemigration,migrate,runserver