-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Instructions
Saurav Adhikari edited this page Dec 18, 2022
·
1 revision
Steps:
- Clone the GitHub repository
- Install Python3 and PIP
- Run
pip install -r requirements.txt
- Set up all the environment variables given below.
- Create a database and set up DATABASE_URL as given by the format in https://pypi.org/project/dj-database-url/
- Run
python manage.py migrate
- Run
python manage.py createsuperuser
and create admin user - Run
python manage.py runserver
and connect to the website using http://localhost:8000