mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-15 17:47:13 +00:00
6 lines
86 B
Python
6 lines
86 B
Python
from .production_common import *
|
|
|
|
ALLOWED_HOSTS = [
|
|
ENV_TOKENS.get('CMS_BASE'),
|
|
]
|