Skip to content

Commit ea6a9dd

Browse files
committed
Django v1.4.10
1 parent d49980e commit ea6a9dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/project/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
}
2121
}
2222

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+
2327
# Local time zone for this installation. Choices can be found here:
2428
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
2529
# although not all choices may be available on all operating systems.

0 commit comments

Comments
 (0)