Added ALLOWED_HOSTS to sample settings.py (needed for django 1.5)

This commit is contained in:
Adolfo Gómez 2013-03-11 14:59:47 +00:00
commit cdc08a46f2

View File

@ -42,6 +42,8 @@ DATABASES = {
} }
#DB_SECTION_END #DB_SECTION_END
ALLOWED_HOSTS = '*'
# Local time zone for this installation. Choices can be found here: # Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems. # although not all choices may be available on all operating systems.