StudE-Backend/stude/student_status
2023-07-01 15:47:28 +08:00
..
migrations Polish study group messages 2023-06-28 01:18:37 +08:00
__init__.py Added student_status model 2023-06-26 22:06:05 +08:00
admin.py Made student_status persistent rather than be deleted when unused. Add active field to student_status and auto create student_status instance when a user is created 2023-06-26 23:50:55 +08:00
apps.py Added student_status model 2023-06-26 22:06:05 +08:00
consumers.py Added websocket endpoint for student statuses 2023-07-01 15:47:28 +08:00
models.py Painstakingly added an endpoint to show messages from the current study group of the user 2023-06-28 00:49:11 +08:00
routing.py Added websocket endpoint for student statuses 2023-07-01 15:47:28 +08:00
serializers.py Polished student_status serializer 2023-06-27 13:40:31 +08:00
urls.py Added websocket endpoint for student statuses 2023-07-01 15:47:28 +08:00
views.py Polished student_status serializer 2023-06-27 13:40:31 +08:00