|
management
|
+ migration of categories/subcategories
|
2023-08-21 16:22:03 +04:00 |
|
migrations
|
+ Checklist.split_accepted field
|
2023-10-04 06:58:09 +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
|
* Get max commission value
|
2023-10-12 08:50:13 +04:00 |
|
serializers.py
|
* Optional Checklist.size field
|
2023-10-11 22:32:22 +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
|
* Updated preview layout
|
2023-10-11 22:28:17 +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 |