summaryrefslogtreecommitdiff
path: root/commonnet/local_settings.py.sample
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-08 12:20:59 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-08 12:20:59 +0200
commit51e929e384df912ea59cc75887ce91263c7a6f4b (patch)
treeecd1e04e3b384fe38eeb372efef8a083cec5e693 /commonnet/local_settings.py.sample
parent15b4459422cfa4bcda9c7ff23b92348fbdf8b541 (diff)
downloadComm-on-net-51e929e384df912ea59cc75887ce91263c7a6f4b.tar.bz2
Comm-on-net-51e929e384df912ea59cc75887ce91263c7a6f4b.zip
local_settings sample: no postgis for now
Diffstat (limited to 'commonnet/local_settings.py.sample')
-rw-r--r--commonnet/local_settings.py.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/commonnet/local_settings.py.sample b/commonnet/local_settings.py.sample
index 24c10ab..30800cc 100644
--- a/commonnet/local_settings.py.sample
+++ b/commonnet/local_settings.py.sample
@@ -8,7 +8,7 @@ EXTRA_APPS = []
# you probably have at least to set a password for db connection
DATABASES = {
'default': {
- 'ENGINE': 'django.contrib.gis.db.backends.postgis',
+ 'ENGINE': 'django.db.backends.postgresql',
'NAME': 'commonnet',
'USER': 'commonnet',
'PASSWORD': '#PASSWORD#',