Borrowing-TrackerBackend/equipment_tracker/accounts
2024-01-20 19:55:24 +08:00
..
migrations Remove section field from transactions. This should be in the user model instead 2024-01-14 21:05:08 +08:00
__init__.py Added user model 2023-11-09 19:48:13 +08:00
admin.py add section to admin panel 2024-01-20 19:55:24 +08:00
apps.py Added user model 2023-11-09 19:48:13 +08:00
models.py Remove avatar field in user and add section field 2024-01-14 20:57:27 +08:00
permissions.py Fix is student permission and add viewsets for teachers and students for viewing transactions assigned to them 2023-12-21 14:57:42 +08:00
serializers.py Fix username in registration 2024-01-18 13:38:12 +08:00
urls.py Add viewsets for listing teachers and technicians 2023-12-22 15:50:22 +08:00
views.py Add viewsets for listing teachers and technicians 2023-12-22 15:50:22 +08:00