diff options
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 |
commit | ef69f01a6c92cefe08fc34c1518bdff72624903b (patch) | |
tree | b0c10307c121928c3c32830905dd025895a71034 /commonnet | |
parent | 3556c80167b21e36476dd0a56ded6e8c4fc0020c (diff) | |
download | Comm-on-net-ef69f01a6c92cefe08fc34c1518bdff72624903b.tar.bz2 Comm-on-net-ef69f01a6c92cefe08fc34c1518bdff72624903b.zip |
Install script
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 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', } |