EquipmentTracker-Backend/equipment_tracker/equipments
2023-12-16 14:21:16 +08:00
..
migrations Add .env sample and add pycache folders to gitignore 2023-12-05 00:26:58 +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 Make remarks and description optional and nullable and add category field to equipment instance serializers 2023-12-02 22:01:27 +08:00
serializers.py Add default empty string value to remarks and description fields 2023-12-16 14:21:16 +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 Return equipment and equipment instances sorted by id in ascending order 2023-12-02 22:08:36 +08:00