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