Ivy-Backend/ivy/products
2023-03-07 20:39:33 +08:00
..
migrations Installed django simple history and fixed models.py return __str__ 2023-03-07 15:26:44 +08:00
__init__.py Added products model 2023-03-05 21:56:48 +08:00
admin.py Added logs url 2023-03-07 17:23:39 +08:00
apps.py Added products model 2023-03-05 21:56:48 +08:00
models.py Added history field to product model 2023-03-07 15:32:05 +08:00
serializers.py Added user list url endpoints 2023-03-07 20:39:16 +08:00
tests.py Added products model 2023-03-05 21:56:48 +08:00
urls.py Added user list url endpoints 2023-03-07 20:39:16 +08:00
views.py Only allow get method in user list endpoint 2023-03-07 20:39:33 +08:00