Update settings

This commit is contained in:
cuom1999 2022-11-19 20:00:31 -06:00
parent 76c22c074b
commit 65dea68be3

View file

@ -482,6 +482,8 @@ NEWSLETTER_BATCH_DELAY = 60
# Number of emails in one batch
NEWSLETTER_BATCH_SIZE = 100
ML_OUTPUT_PATH = None
try:
with open(os.path.join(os.path.dirname(__file__), "local_settings.py")) as f:
exec(f.read(), globals())