mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2025-06-29 17:51:08 +02:00
✨ Export activities in the Crans Wiki
This commit is contained in:
@ -63,6 +63,7 @@ class Command(ImportCommand):
|
||||
"pk": pk_activity,
|
||||
"name": row["titre"],
|
||||
"description": row["description"],
|
||||
"location": row["lieu"],
|
||||
"activity_type_id": activity_type_id, # By default Pot
|
||||
"creater_id": NoteUser.objects.get(pk=note).user.id,
|
||||
"organizer_id": organizer.pk,
|
||||
|
Reference in New Issue
Block a user