Install the requirements using pip install -r 'requirements.txt' or
pip3 install -r 'requirements.txt' in your command line
After satisfying requirements, run python manage.py makemigrations
and python manage.py migrate in terminal.
To run the server: python manage.py runserver.
If you are using Linux OS, write python3 instead of python