la-chariotte/la_chariotte/order
mobilinux 84dadd9147 Prevent inintended creation of OrderAuthor before ordering
When a grouped_order_detail view was called with authenticated user,
when prefilling the firstName, lastName and email also inserted a new
OrderAuthor object in the database.
Now use SimpleNamespace, instead of OrderAuthor object, to carry
those values to the template.
2024-10-20 12:50:55 +00:00
..
migrations chore: run ruff to format the code 2023-12-21 16:43:02 +00:00
templates Add summed nb of ordered items of each article in a grouped order 2024-10-20 11:58:05 +00:00
templatetags black formatting 2024-01-29 18:36:37 +01:00
views Prevent inintended creation of OrderAuthor before ordering 2024-10-20 12:50:55 +00:00
__init__.py possibilité de commander 1 produit 2023-04-18 15:53:57 +02:00
admin.py overview page 2023-05-24 16:13:07 +02:00
apps.py install black and format files 2023-04-18 16:01:10 +02:00
forms.py chore: cleanup imports 2023-12-21 16:43:02 +00:00
models.py Add summed nb of ordered items of each article in a grouped order 2024-10-20 11:58:05 +00:00
urls.py Refactor emails download 2024-01-29 17:57:31 +00:00