diff options
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 |
commit | 51e929e384df912ea59cc75887ce91263c7a6f4b (patch) | |
tree | ecd1e04e3b384fe38eeb372efef8a083cec5e693 /commonnet | |
parent | 15b4459422cfa4bcda9c7ff23b92348fbdf8b541 (diff) | |
download | Comm-on-net-51e929e384df912ea59cc75887ce91263c7a6f4b.tar.bz2 Comm-on-net-51e929e384df912ea59cc75887ce91263c7a6f4b.zip |
local_settings sample: no postgis for now
Diffstat (limited to 'commonnet')
-rw-r--r-- | commonnet/local_settings.py.sample | 2 |
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#', |