fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bug fixes.
[wolnelektury.git]
/
apps
/
api
/
management
/
commands
/
mobileinit.py
diff --git
a/apps/api/management/commands/mobileinit.py
b/apps/api/management/commands/mobileinit.py
index
3d88a77
..
57b41aa
100755
(executable)
--- a/
apps/api/management/commands/mobileinit.py
+++ b/
apps/api/management/commands/mobileinit.py
@@
-24,7
+24,7
@@
class Command(BaseCommand):
for b in Book.objects.all():
add_book(db, b)
for t in Tag.objects.exclude(
for b in Book.objects.all():
add_book(db, b)
for t in Tag.objects.exclude(
- category__in=('book', 'set', 'theme')).exclude(
book_count=0
):
+ category__in=('book', 'set', 'theme')).exclude(
items=None
):
# only add non-empty tags
add_tag(db, t)
db.commit()
# only add non-empty tags
add_tag(db, t)
db.commit()