Make sure to have venv environment activated before running the project For mac use $ source venv/bin/activate For windows use .\venv\Scripts\activate.bat Install the requirements using pip install -r requirements.txt To run the server on the desired URL and port run. $ python3 manage.py runserver 127.0.0.1:8088