StudE-Backend/stude/study_groups
2023-06-28 00:49:11 +08:00
..
migrations Painstakingly added an endpoint to show messages from the current study group of the user 2023-06-28 00:49:11 +08:00
__init__.py Added study_groups 2023-06-27 21:12:03 +08:00
admin.py Added study_groups 2023-06-27 21:12:03 +08:00
apps.py Added study_groups 2023-06-27 21:12:03 +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
serializers.py Polished subject url endpoints for better filtering. Added serializers for study_group 2023-06-27 21:35:19 +08:00
tests.py Added study_groups 2023-06-27 21:12:03 +08:00
urls.py Polished study_groups list view to only show study_groups which are the same course as the user requesting 2023-06-27 22:57:37 +08:00
views.py Polished study_groups list view to only show study_groups which are the same course as the user requesting 2023-06-27 22:57:37 +08:00