kwork-poizonstore/store
2023-08-27 18:07:40 +04:00
..
management + migration of categories/subcategories 2023-08-21 16:22:03 +04:00
migrations * payment_proof is now a single image + migration from m2m 2023-08-21 16:24:52 +04:00
__init__.py Initial commit 2023-07-03 06:38:55 +04:00
admin.py * null-check for Checklist.category 2023-08-19 20:01:30 +04:00
apps.py Initial commit 2023-07-03 06:38:55 +04:00
exceptions.py * Cleanup 2023-07-10 20:06:11 +04:00
models.py * payment_proof is now a single image + migration from m2m 2023-08-21 16:24:52 +04:00
serializers.py * missing split_payment_proof field in serializer 2023-08-21 16:47:36 +04:00
tests.py Initial commit 2023-07-03 06:38:55 +04:00
urls.py + time_to_buy & buy_time_remaining fields 2023-08-18 16:22:32 +04:00
utils.py * Preview image: format price by 3 digits with spaces 2023-08-27 18:07:40 +04:00
validators.py Initial commit 2023-07-03 06:38:55 +04:00
views.py * Fixed non-updatable children Categories 2023-08-26 17:28:21 +04:00