mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Added endpoint for querying avatars of users in a study group and for individual study group details
This commit is contained in:
parent
0ecfb2223a
commit
c8fca412b8
7 changed files with 199 additions and 16 deletions
|
@ -0,0 +1,21 @@
|
|||
# Generated by Django 4.2.3 on 2023-09-30 15:35
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('accounts', '0002_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='customuser',
|
||||
options={},
|
||||
),
|
||||
migrations.AlterUniqueTogether(
|
||||
name='customuser',
|
||||
unique_together={('first_name', 'last_name')},
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue