Document ALLOWED_HOSTS in local_settings-template

master
Nick Sergeant 2013-03-25 18:21:24 -04:00
parent f58645880c
commit 05e66c3d28
1 changed files with 2 additions and 0 deletions

View File

@ -66,3 +66,5 @@ INSTALLED_APPS += (
'debug_toolbar',
'django_extensions',
)
ALLOWED_HOSTS = ['*']