Skip to content

Setup Instructions

Saurav Adhikari edited this page Dec 18, 2022 · 1 revision

How to Set up

Steps:

  1. Clone the GitHub repository
  2. Install Python3 and PIP
  3. Run pip install -r requirements.txt
  4. Set up all the environment variables given below.
  5. Create a database and set up DATABASE_URL as given by the format in https://pypi.org/project/dj-database-url/
  6. Run python manage.py migrate
  7. Run python manage.py createsuperuser and create admin user
  8. Run python manage.py runserver and connect to the website using http://localhost:8000
Clone this wiki locally