4 lines
143 B
Python
4 lines
143 B
Python
from django.shortcuts import render
|
|
from rest_framework_simplejwt.views import TokenObtainPairView, TokenRefreshView
|
|
# Create your views here.
|