fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
shorter allowed upload filenames
[edumed.git]
/
wtem
/
management
/
commands
/
wtem_generate_keys.py
diff --git
a/wtem/management/commands/wtem_generate_keys.py
b/wtem/management/commands/wtem_generate_keys.py
index
f49c8b7
..
0e51e01
100644
(file)
--- a/
wtem/management/commands/wtem_generate_keys.py
+++ b/
wtem/management/commands/wtem_generate_keys.py
@@
-11,7
+11,7
@@
class Command(BaseCommand):
new = 0
skipped = 0
new = 0
skipped = 0
- query = Contact.objects.filter(form_tag='
wtem
').order_by('-created_at')
+ query = Contact.objects.filter(form_tag='
olimpiada
').order_by('-created_at')
if ids:
query = query.filter(pk__in=ids)
if ids:
query = query.filter(pk__in=ids)