The application can be used to search nearest shops.
To begin using this application use link below to get started.
- create venv
At the time of creating this app QGIS does not work with Python 3.7, so you will need a copy of Python 3.6. - install Python 3.6
- install postgresql
after install posgresql we need to run command:
sudo -u postgres psql
CREATE USER user001 WITH PASSWORD ‘123456789’;
ALTER ROLE user001 SUPERUSER;
CREATE DATABASE gis;
We have to check postgresql version:
pg_config --version
Please install postgis extensions using the below command:
sudo apt-get install postgis postgresql-10-postgis-scripts
Please use the postgis version same as your postgres db.
- python manage.py runserver
Location is hard-coded.
Have a bug or an issue with this application? Send an email to: