summaryrefslogtreecommitdiff
path: root/openstack_auth/tests/settings.py
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2017-07-18 12:06:58 +0100
committerRob Cresswell <robert.cresswell@outlook.com>2017-07-18 12:30:37 +0100
commit601e1ad44c18b9665c2ec6886438299de72d3761 (patch)
treee28cf3808345611068175f6ba140fbce86e92eed /openstack_auth/tests/settings.py
parenta0af708a49518937eab3656e7a4302687508a2ce (diff)
downloaddjango_openstack_auth-601e1ad44c18b9665c2ec6886438299de72d3761.tar.gz
Fix Django 1.11 Compatibility
Implements: blueprint dj111 Change-Id: Idfaef58b2a069006f6d792e43041dd136097c413 Co-Authored-By: Adrian Turjak <adriant@catalyst.net.nz>
Diffstat (limited to 'openstack_auth/tests/settings.py')
-rw-r--r--openstack_auth/tests/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/openstack_auth/tests/settings.py b/openstack_auth/tests/settings.py
index 9590d51..1e750a2 100644
--- a/openstack_auth/tests/settings.py
+++ b/openstack_auth/tests/settings.py
@@ -13,6 +13,8 @@
import os
+ALLOWED_HOSTS = ['*']
+
DATABASES = {'default': {'ENGINE': 'django.db.backends.sqlite3'}}
INSTALLED_APPS = [