fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix reader
[wolnelektury.git]
/
src
/
messaging
/
management
/
commands
/
messaging_send.py
diff --git
a/src/messaging/management/commands/messaging_send.py
b/src/messaging/management/commands/messaging_send.py
index
6fb4a69
..
2fa8176
100644
(file)
--- a/
src/messaging/management/commands/messaging_send.py
+++ b/
src/messaging/management/commands/messaging_send.py
@@
-9,6
+9,6
@@
class Command(BaseCommand):
parser.add_argument('--dry-run', action='store_true', help='Dry run')
def handle(self, *args, **options):
parser.add_argument('--dry-run', action='store_true', help='Dry run')
def handle(self, *args, **options):
- for et in EmailTemplate.
objects.all(
):
+ for et in EmailTemplate.
get_current().order_by('min_days_since'
):
et.run(verbose=True, dry_run=options['dry_run'])
et.run(verbose=True, dry_run=options['dry_run'])