StudE-Backend/stude/accounts
2023-06-26 23:50:55 +08:00
..
migrations Added student_status model 2023-06-26 22:06:05 +08:00
__init__.py Added Djoser 2023-06-26 19:10:04 +08:00
admin.py Added initial custom user model 2023-06-26 19:45:58 +08:00
apps.py Added Djoser 2023-06-26 19:10:04 +08:00
models.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
serializers.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
urls.py Added student_status model 2023-06-26 22:06:05 +08:00