aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/runtests/settings.py
diff options
context:
space:
mode:
authorTom Christie2013-05-18 14:45:06 +0100
committerTom Christie2013-05-18 14:45:06 +0100
commit304c07681d256c4e3c6e1e1485bf9b905ba431fb (patch)
tree46c9c269d6e7b3faa8890f05e2c066420e872e55 /rest_framework/runtests/settings.py
parent275bfa2320eeffcfd307daaf7c85faaa0f55a8ee (diff)
parenta0e3c44c99a61a6dc878308bdf0890fbb10c41e4 (diff)
downloaddjango-rest-framework-304c07681d256c4e3c6e1e1485bf9b905ba431fb.tar.bz2
Merge
Diffstat (limited to 'rest_framework/runtests/settings.py')
-rw-r--r--rest_framework/runtests/settings.py2
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'),
)