We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccb03d commit 999592dCopy full SHA for 999592d
project/project/settings.py
@@ -20,6 +20,10 @@
20
}
21
22
23
+# Hosts/domain names that are valid for this site; required if DEBUG is False
24
+# See https://docs.djangoproject.com/en/1.4/ref/settings/#allowed-hosts
25
+ALLOWED_HOSTS = []
26
+
27
# Local time zone for this installation. Choices can be found here:
28
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
29
# although not all choices may be available on all operating systems.
0 commit comments