diff --git a/crud/settings.py b/crud/settings.py index 1e7fd97..2b3fb1c 100644 --- a/crud/settings.py +++ b/crud/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