Allow CTS to be served on any hostname
This commit is contained in:
parent
9957096b83
commit
aa1735d2d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user