diff --git a/plchweb/settings.py b/plchweb/settings.py index b955a92..63084e9 100644 --- a/plchweb/settings.py +++ b/plchweb/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'f^%0urhe2)0q^*x^=pv$2cs%m3(xjtqw_x+uzm!io=as316=+x' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["127.0.0.1"] # Application definition