2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-25 08:41:51 +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 02d3cc84d5
commit 7a9aef6faf

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'),