StudE-Backend/stude/student_status
2023-09-17 19:25:44 +08:00
..
migrations Changed foreign key field value to reference the required string directly rather than id from StudentStatus and CustomUser with Subjects 2023-09-06 18:13:21 +08:00
__init__.py Added student_status model 2023-06-26 22:06:05 +08:00
admin.py Improved admin panel for student status subject selection and removed redundant wait for redis py function 2023-09-17 19:25:44 +08:00
apps.py Added student_status model 2023-06-26 22:06:05 +08:00
consumers.py Improved websocket consumer 2023-09-12 21:36:28 +08:00
models.py Changed foreign key field value to reference the required string directly rather than id from StudentStatus and CustomUser with Subjects 2023-09-06 18:13:21 +08:00
routing.py Added websocket endpoint for student statuses 2023-07-01 15:47:28 +08:00
serializers.py Initial fix for duplicate subject queries in student status 2023-09-03 17:46:36 +08:00
urls.py Added initial serializers for filtering student statuses 2023-09-01 14:09:19 +08:00
views.py Changed foreign key field value to reference the required string directly rather than id from StudentStatus and CustomUser with Subjects 2023-09-06 18:13:21 +08:00