6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-15 09:44:07 +00:00
tutor/edxapp/config/production_cms.py
2018-01-29 17:21:32 +01:00

6 lines
86 B
Python

from .production_common import *
ALLOWED_HOSTS = [
ENV_TOKENS.get('CMS_BASE'),
]