StudE-Backend/stude/studygroup_messages
2023-10-02 00:46:44 +08:00
..
migrations Hotfix for registration crashing due to non-unique StudentStatus instance creation 2023-10-02 00:46:44 +08:00
__init__.py Painstakingly added an endpoint to show messages from the current study group of the user 2023-06-28 00:49:11 +08:00
admin.py Painstakingly added an endpoint to show messages from the current study group of the user 2023-06-28 00:49:11 +08:00
apps.py Painstakingly added an endpoint to show messages from the current study group of the user 2023-06-28 00:49:11 +08:00
models.py Added some needed string definitions for django admin and moved study groups to leaflet 2023-07-10 17:20:15 +08:00
serializers.py Added endpoint for querying avatars of users in a study group and for individual study group details 2023-10-01 01:24:58 +08:00
tests.py Painstakingly added an endpoint to show messages from the current study group of the user 2023-06-28 00:49:11 +08:00
urls.py Removed associative entity and fixed relationship between student status and study group 2023-09-25 21:09:31 +08:00
views.py Added endpoint for querying avatars of users in a study group and for individual study group details 2023-10-01 01:24:58 +08:00