diff options
-rw-r--r-- | mgr/mgr/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/mgr/settings.py b/mgr/mgr/settings.py index de959fe..37c1636 100644 --- a/mgr/mgr/settings.py +++ b/mgr/mgr/settings.py @@ -32,7 +32,7 @@ SECRET_KEY = '3o-wney!99y)^h3v)0$j16l9=fdjxcb+a8g+q3tfbahcnu2b0o' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition |