mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 06:19:24 +08:00
Remove authtoken from django admin since we are now using JWT
This commit is contained in:
parent
a7d5cdd56e
commit
9196bfa602
1 changed files with 1 additions and 1 deletions
|
@ -60,8 +60,8 @@ INSTALLED_APPS = [
|
|||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'rest_framework',
|
||||
'rest_framework_simplejwt',
|
||||
'djoser',
|
||||
'rest_framework.authtoken',
|
||||
'accounts',
|
||||
'student_status',
|
||||
'courses',
|
||||
|
|
Loading…
Reference in a new issue