Hi unracer,

For using postgresql, you need to add PostGIS to your database server. 
PostGIS is a spatial database extender for PostgreSQL. It adds support for 
geographic objects allowing location queries to be run in SQL.

The django settings would look something like this:
 ```
        engine: django.contrib.gis.db.backends.postgis
        name: openwisp2
        user: openwisp2
        password: "mypassword"
        host: "psql01.mydomain.org"
        port: "5432"
```

And you'll need some additional packages to work with PostGIS, read here: 
https://docs.djangoproject.com/en/2.2/ref/contrib/gis/install/postgis/


Best, 
Ajay Tripathi

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/e471f5ad-9dfa-4d53-b389-28a2422dbf43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to