StudE-Backend/stude/student_status
2023-10-28 00:17:07 +08:00
..
migrations Hotfix for registration crashing due to non-unique StudentStatus instance creation 2023-10-02 00:46:44 +08:00
__init__.py Added student_status model 2023-06-26 22:06:05 +08:00
admin.py Commit migrations and fixed pruning crontab command not setting student status to False. Also fixed Student Status subject field in admin 2023-10-13 12:34:20 +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 Hotfix for registration crashing due to non-unique StudentStatus instance creation 2023-10-02 00:46:44 +08:00
routing.py Added websocket endpoint for student statuses 2023-07-01 15:47:28 +08:00
serializers.py Fixed statement for study group moving 2023-10-28 00:17:07 +08:00
urls.py Shorten student status url endpoints 2023-09-29 12:24:03 +08:00
views.py Increase filter threshhold for student statuses to 100m 2023-09-22 23:11:24 +08:00