diff --git a/app/settings.py b/app/settings.py index 18250bc..78ec5d6 100644 --- a/app/settings.py +++ b/app/settings.py @@ -25,7 +25,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition