forked from shaba/openuds
Added ALLOWED_HOSTS to sample settings.py (needed for django 1.5)
This commit is contained in:
commit
cdc08a46f2
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user