Create option to use subdomain

This commit is contained in:
cuom1999 2023-01-30 23:19:30 -06:00
parent 41837db827
commit b049f6eace
3 changed files with 9 additions and 1 deletions

View file

@ -469,6 +469,9 @@ MESSAGES_TO_LOAD = 15
ML_OUTPUT_PATH = None
# Use subdomain for organizations
USE_SUBDOMAIN = False
try:
with open(os.path.join(os.path.dirname(__file__), "local_settings.py")) as f:
exec(f.read(), globals())