Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.17 KB

Nearbyshops

The application can be used to search nearest shops.

How it looks

Download

To begin using this application use link below to get started.

Download Nerbyshops

Development setup

  • 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.

Usage

  • python manage.py runserver

Location

Location is hard-coded.

Bugs and Issues

Have a bug or an issue with this application? Send an email to:

[email protected]