|
__init__.py
|
Initial commit
|
2023-07-03 06:38:55 +04:00 |
|
admin.py
|
* Cleanup
|
2023-07-07 08:33:29 +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
|
* Round up price_rub & full_price fields
|
2023-07-17 20:48:33 +04:00 |
|
serializers.py
|
* Round up price_rub & full_price fields
|
2023-07-17 20:48:33 +04:00 |
|
tests.py
|
Initial commit
|
2023-07-03 06:38:55 +04:00 |
|
urls.py
|
+ djoser routes for user API
|
2023-07-12 23:18:31 +04:00 |
|
utils.py
|
* preview_image: dynamic size of "size" block
|
2023-07-22 21:27:42 +04:00 |
|
validators.py
|
Initial commit
|
2023-07-03 06:38:55 +04:00 |
|
views.py
|
+ Allow GET /payment/ for unauthorized users
|
2023-07-13 01:26:32 +04:00 |