Added ALLOWED_HOSTS = ‘*’ to sample django settings. Every one can configure this at his own :-)

This commit is contained in:
Adolfo Gómez 2013-03-11 14:33:19 +00:00
parent 092b3bcbce
commit de9124707e

View File

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