summaryrefslogtreecommitdiff
path: root/commonnet/local_settings.py.sample
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-08 12:52:22 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-08 12:52:22 +0200
commitd122dcacc3f7d95124f30ee988cebb0873befa34 (patch)
tree8eb72f1d4e638ac85187f6dc53d6cb1352d458ad /commonnet/local_settings.py.sample
parent6cc4e9dbd781cf30a7d4108a2d64ed0ac28b2a1e (diff)
downloadComm-on-net-d122dcacc3f7d95124f30ee988cebb0873befa34.tar.bz2
Comm-on-net-d122dcacc3f7d95124f30ee988cebb0873befa34.zip
Install: ALLOWED_HOSTS
Diffstat (limited to 'commonnet/local_settings.py.sample')
-rw-r--r--commonnet/local_settings.py.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/commonnet/local_settings.py.sample b/commonnet/local_settings.py.sample
index 30800cc..879abf0 100644
--- a/commonnet/local_settings.py.sample
+++ b/commonnet/local_settings.py.sample
@@ -16,3 +16,5 @@ DATABASES = {
'PORT': '5432',
}
}
+
+ALLOWED_HOSTS = ["#URL#"]