checkout/src/purchase
2022-05-05 19:11:30 +02:00
..
fixtures Update dummy baskets generation to make it look more realistic 2022-04-28 18:49:00 +02:00
locale Moar graphs 2022-04-27 23:00:38 +02:00
management Add unique constraint to baskets 2022-05-05 19:11:30 +02:00
migrations Add unique constraint to baskets 2022-05-05 19:11:30 +02:00
static/purchase Add color to items without picture 2022-04-28 18:34:13 +02:00
templates/purchase Add color to items without picture 2022-04-28 18:34:13 +02:00
templatetags Refactor price with database queries and start reports 2022-04-25 18:37:26 +02:00
views Replace reports CBV with FBV 2022-05-04 22:24:05 +02:00
__init__.py Implement data model 2022-04-24 16:21:39 +02:00
admin.py Translate app 2022-04-25 23:05:17 +02:00
apps.py Implement data model 2022-04-24 16:21:39 +02:00
forms.py Switch to inline radios for payment method in basket form 2022-04-29 18:04:59 +02:00
layout.py Refactor price with database queries and start reports 2022-04-25 18:37:26 +02:00
models.py Add unique constraint to baskets 2022-05-05 19:11:30 +02:00
tests.py Fix flake8 2022-04-27 13:09:51 +02:00
urls.py Replace reports CBV with FBV 2022-05-04 22:24:05 +02:00