Skip to content
Snippets Groups Projects

Release

Merged Alexa Valentová requested to merge test into master
10 files
+ 69
32
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -51,4 +51,6 @@ class Command(BaseCommand):
)
for person_page in DistrictManualOctopusPersonPage.objects.all():
import_manual_person.delay(person_page.id, collection_id)
import_manual_person.delay(
person_page.id, person_page.root_page.image_collection_id
)
Loading