Skip to content
Snippets Groups Projects
Commit dd812e09 authored by ynerant's avatar ynerant
Browse files

I am a big idiot

parent b9ae7010
No related branches found
No related tags found
No related merge requests found
......@@ -170,10 +170,10 @@ class Command(ImportCommand):
}
note_dict["created_at"] = make_aware(row["previous_report_date"]) # Not perfect, but good approximation
note_dict["polymorphic_ctype"] = note_club_type
#bulk_mgr.add(Club(**obj_dict),
# Note(**note_dict),
# NoteClub(**note_club_dict),
# Alias(**alias_dict))
bulk_mgr.add(Club(**obj_dict),
Note(**note_dict),
NoteClub(**note_club_dict),
Alias(**alias_dict))
pk_club += 1
# row import completed
MAP_IDBDE[row["idbde"]] = pk_note
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment