diff --git a/settings/common.py b/settings/common.py index 91108576..1501da9a 100644 --- a/settings/common.py +++ b/settings/common.py @@ -10,6 +10,7 @@ OUT_BASE_DIR = os.path.abspath( ) APPEND_SLASH = False +ALLOWED_HOSTS = ["*"] ADMINS = ( ("Admin", "example@example.com"),