2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

Add expo.survex.com to ALLOWED_HOSTS in troggle settings

This commit is contained in:
expo on server 2019-06-26 15:23:20 +01:00
parent 6889ae9fa3
commit c06d372984

View File

@ -10,7 +10,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ALLOWED_HOSTS = []
ALLOWED_HOSTS = [u'expo.survex.com']
ADMINS = (
# ('Your Name', 'your_email@domain.com'),