Remove authtoken from django admin since we are now using JWT

This commit is contained in:
Keannu Bernasol 2023-07-04 16:59:18 +08:00
parent a7d5cdd56e
commit 9196bfa602

View file

@ -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',