mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
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
This commit is contained in:
parent
ca527289af
commit
1256efa3d2
11 changed files with 142 additions and 10 deletions
|
@ -2,5 +2,6 @@ from django.contrib import admin
|
|||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('accounts/', include('accounts.urls'))
|
||||
path('accounts/', include('accounts.urls')),
|
||||
path('student_status/', include('student_status.urls'))
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue