Steps to run the django app:-
- Create a virtual env with
python3 -m venv env - Activate virtual env with . env/bin/activate
- Install requirements using
pip install -r requirements.txt - Run the server locally using
python3 manage.py runserver - Go to http://127.0.0.1:8000/
Log in or sign up for Devpost to join the conversation.