fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Change field length.
[redakcja.git]
/
src
/
depot
/
management
/
commands
/
depot.py
diff --git
a/src/depot/management/commands/depot.py
b/src/depot/management/commands/depot.py
index
6e64e24
..
7087816
100644
(file)
--- a/
src/depot/management/commands/depot.py
+++ b/
src/depot/management/commands/depot.py
@@
-1,10
+1,10
@@
from django.core.management.base import BaseCommand
from django.core.management.base import BaseCommand
-from depot.models import S
hop
BookPublish
+from depot.models import S
ite
BookPublish
class Command(BaseCommand):
def handle(self, **options):
class Command(BaseCommand):
def handle(self, **options):
- for p in S
hop
BookPublish.objects.filter(status=0).order_by('created_at'):
- print(p.id, p.s
hop, p.book.slug
, p.created_at)
+ for p in S
ite
BookPublish.objects.filter(status=0).order_by('created_at'):
+ print(p.id, p.s
ite_book
, p.created_at)
p.publish()
p.publish()