First make sure your machine have Python3 is installed for install Geodjango in Windows follow this (https://docs.djangoproject.com/en/2.2/ref/contrib/gis/install/#windows) link for install Geodjango in Linux follow this (https://realpython.com/location-based-app-with-geodjango-tutorial/#prerequisites) link
- Create your virtual environment and activate
- clone this repository using 'git clone'
- Install requirements
pip install -r requirements.txt
- change database configarations
python manage.py migrate
python manage.py runserver