Borrowing-TrackerBackend/equipment_tracker/equipments
2023-12-09 09:43:53 +08:00
..
migrations Added transactions and updated models to reflect transactions 2023-12-08 23:00:15 +08:00
__init__.py Added all required functionality for equipments and equipment handling 2023-11-12 21:45:39 +08:00
admin.py Fix admin panel fields causing crashes 2023-12-03 12:38:37 +08:00
apps.py Added all required functionality for equipments and equipment handling 2023-11-12 21:45:39 +08:00
models.py Added transactions and updated models to reflect transactions 2023-12-08 23:00:15 +08:00
serializers.py Allow remarks and description fields to be specified as blank or not be specified at all 2023-12-09 09:43:53 +08:00
tests.py Added all required functionality for equipments and equipment handling 2023-11-12 21:45:39 +08:00
urls.py Added all required functionality for equipments and equipment handling 2023-11-12 21:45:39 +08:00
views.py Allow students and teachers to view equipments and equipment instances but forbid them from creating, updating, or deleting 2023-12-08 23:07:08 +08:00