Skip to content

Commit

Permalink
Merge branch 'main' into django-admin-assistant-feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux authored Jan 14, 2025
2 parents 4193b16 + 80ffa3e commit ea19630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qfdmd/management/commands/import_data_ademe.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def import_liens(self):
titre_du_lien=line["Titre_du_lien"],
defaults={
"url": line["URL"],
"poids": index,
"description": line.get("Description", ""),
},
)
Expand Down

0 comments on commit ea19630

Please sign in to comment.