Create option to use subdomain
This commit is contained in:
parent
41837db827
commit
b049f6eace
3 changed files with 9 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue