from django.contrib import admin from rest_framework_simplejwt.views import (TokenObtainPairView, TokenRefreshView) # Register your models here.