diff --git a/homepage/homepage/settings.py b/homepage/homepage/settings.py index ed96f0692669fc12fb949135751f23405c68d0c7..561cec112e5ea796791c88c935a07bee5e9ae718 100644 --- a/homepage/homepage/settings.py +++ b/homepage/homepage/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'gp0w)evrr)_4+uhva13@ne%75vhyd$-$7ir)iru=(#$0*r6!ic' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["*"] # Application definition