Borrowing-TrackerBackend/equipment_tracker/equipment_groups
2023-12-05 20:07:31 +08:00
..
migrations Add .env sample and add pycache folders to gitignore 2023-12-05 00:26:58 +08:00
__init__.py Added equipment groups model and adjusted equipments postmigration script 2023-11-13 17:52:09 +08:00
admin.py Fix admin panel fields causing crashes 2023-12-03 12:38:37 +08:00
apps.py Added equipment groups model and adjusted equipments postmigration script 2023-11-13 17:52:09 +08:00
models.py Added equipment groups model and adjusted equipments postmigration script 2023-11-13 17:52:09 +08:00
serializers.py Added equipment group serializers, views, and urls 2023-12-05 20:07:31 +08:00
tests.py Added equipment groups model and adjusted equipments postmigration script 2023-11-13 17:52:09 +08:00
urls.py Added equipment group serializers, views, and urls 2023-12-05 20:07:31 +08:00
views.py Added equipment group serializers, views, and urls 2023-12-05 20:07:31 +08:00