summaryrefslogtreecommitdiff
path: root/commonnet
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-08 11:23:40 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-08 11:23:40 +0200
commitef69f01a6c92cefe08fc34c1518bdff72624903b (patch)
treeb0c10307c121928c3c32830905dd025895a71034 /commonnet
parent3556c80167b21e36476dd0a56ded6e8c4fc0020c (diff)
downloadComm-on-net-ef69f01a6c92cefe08fc34c1518bdff72624903b.tar.bz2
Comm-on-net-ef69f01a6c92cefe08fc34c1518bdff72624903b.zip
Install script
Diffstat (limited to 'commonnet')
-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 8c59516..24c10ab 100644
--- a/commonnet/local_settings.py.sample
+++ b/commonnet/local_settings.py.sample
@@ -11,7 +11,7 @@ DATABASES = {
'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME': 'commonnet',
'USER': 'commonnet',
- 'PASSWORD': '',
+ 'PASSWORD': '#PASSWORD#',
'HOST': '127.0.0.1',
'PORT': '5432',
}