Update settings
This commit is contained in:
parent
76c22c074b
commit
65dea68be3
1 changed files with 2 additions and 0 deletions
|
@ -482,6 +482,8 @@ NEWSLETTER_BATCH_DELAY = 60
|
||||||
# Number of emails in one batch
|
# Number of emails in one batch
|
||||||
NEWSLETTER_BATCH_SIZE = 100
|
NEWSLETTER_BATCH_SIZE = 100
|
||||||
|
|
||||||
|
ML_OUTPUT_PATH = None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
with open(os.path.join(os.path.dirname(__file__), "local_settings.py")) as f:
|
with open(os.path.join(os.path.dirname(__file__), "local_settings.py")) as f:
|
||||||
exec(f.read(), globals())
|
exec(f.read(), globals())
|
||||||
|
|
Loading…
Add table
Reference in a new issue