diff --git a/compile_server/settings.py b/compile_server/settings.py index 44ff743..6488407 100644 --- a/compile_server/settings.py +++ b/compile_server/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'ci!nks6jg!qxsk2gc1hpdld=&kxqqqotm)(5$^ork&=o#t3+v$' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition