StudE-Backend/stude/student_status
2023-09-25 21:09:31 +08:00
..
migrations Removed associative entity and fixed relationship between student status and study group 2023-09-25 21:09:31 +08:00
__init__.py Added student_status model 2023-06-26 22:06:05 +08:00
admin.py Quick fix for subject selection in student status admin 2023-09-17 19:40:27 +08:00
apps.py Added student_status model 2023-06-26 22:06:05 +08:00
consumers.py Fixed student status websocket 2023-09-18 19:18:44 +08:00
models.py Removed associative entity and fixed relationship between student status and study group 2023-09-25 21:09:31 +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 Increase filter threshhold for student statuses to 100m 2023-09-22 23:11:24 +08:00