diff options
Diffstat (limited to 'rest_framework/runtests')
| -rw-r--r-- | rest_framework/runtests/settings.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/rest_framework/runtests/settings.py b/rest_framework/runtests/settings.py index 9b519f27..9dd7b545 100644 --- a/rest_framework/runtests/settings.py +++ b/rest_framework/runtests/settings.py @@ -4,6 +4,8 @@ DEBUG = True  TEMPLATE_DEBUG = DEBUG  DEBUG_PROPAGATE_EXCEPTIONS = True +ALLOWED_HOSTS = ['*'] +  ADMINS = (      # ('Your Name', 'your_email@domain.com'),  )  | 
