Steps: -> These steps are explained here
- Clone/pull/download this repository
- Create a virtualenv with
python -m venv env - Activate virtual environment
source env/bin/activate - Install dependencies with
pip install -r requirements.txt
python manage.py createsuper
python manage.py runserver
