diff --git a/80-cts.sh b/80-cts.sh old mode 100644 new mode 100755 diff --git a/cts/srv/cts/cts/settings/spotter.py b/cts/srv/cts/cts/settings/spotter.py index 3bd2f7f..c4c983f 100644 --- a/cts/srv/cts/cts/settings/spotter.py +++ b/cts/srv/cts/cts/settings/spotter.py @@ -29,6 +29,7 @@ ADMINS = ( ) INTERNAL_IPS = ('127.0.0.1', ) +ALLOWED_HOSTS = ['*'] PUBLIC_ROOT = os.path.join(PROJECT_ROOT, 'public') SENDFILE_ROOT = os.path.join(PUBLIC_ROOT, 'static/protected') COMPRESS_ENABLED = False