settings: to comply with Django 1.5 set ALLOWED_HOSTS to *

This commit is contained in:
Benjamin Dauvergne 2013-06-24 15:09:38 +02:00
parent c277285882
commit 34ca15ec9b
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage'
DEFAULT_FROM_EMAIL = 'admin@example.com'
CONTACT_SUBJECT_PREFIX = 'Contact depuis docbow: '
ALLOWED_HOSTS = ['*']
# A sample logging configuration. The only tangible logging
# performed by this configuration is to send an email to
# the site admins on every HTTP 500 error.