- Steps are mentioned here
- Clone the repository.
- Create the
.envfile from.env-template. - Upgrade pip:
python -m pip install --upgrade pip - Installing packages:
pip install -r requirements.txt - Migrating Database:
python3 manage.py makemigrationspython3 manage.py migrate
python manage.py create_superuser