migration: create posts for collection
This commit is contained in:
parent
92e5bfb833
commit
10f8c73f98
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ class Command(BaseCommand):
|
|||
Takahe.post_comment(p, self.post_new)
|
||||
elif p.__class__ == Review:
|
||||
Takahe.post_review(p, self.post_new)
|
||||
elif p.__class__ == Collection:
|
||||
Takahe.post_collection(p)
|
||||
set_disable_timeline(False)
|
||||
|
||||
def process_timeline(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue