mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Painstakingly added an endpoint to show messages from the current study group of the user
This commit is contained in:
parent
11d6887af8
commit
fbe047e8a2
26 changed files with 223 additions and 47 deletions
|
@ -68,6 +68,7 @@ INSTALLED_APPS = [
|
|||
'semesters',
|
||||
'subjects',
|
||||
'study_groups',
|
||||
'studygroup_messages',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue