Use python3 instead of python if neccessary
Install all the dependencies
$ pip install -r requirements.txtCreate a Super User for Admin using command
$ python manage.py createsuperuserI have made the migrations for the created models, If you change then run the following commands if not then just for running purposes
$ python manage.py makemigrations
$ python manage.py migrateNow Access the web app at local host
$ python manage.py runserverAccess the admin panel at 127.0.0.1/admin
