diff --git a/app/settings.py b/app/settings.py index 25a6554..c2c6edd 100755 --- a/app/settings.py +++ b/app/settings.py @@ -22,7 +22,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['*'] +ALLOWED_HOSTS = [] # Application definition