git clone https://github.com/ahampriyanshu/ojas-django.git
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py collectstatic
python3 manage.py runserver
Click here and update the favicons in staticfiles/img
Go to the admin panel (default url is domain/admin)
Open settings.py
DEBUG = False
SECRET_KEY
, ALLOWED_HOSTS
LANGUAGE_CODE
, LOGO_URL
, TIME_ZONE
SERVER_EMAIL
, EMAIL_HOST_PASSWORD