McDuck/main/views.py
2024-08-31 12:10:39 +05:00

4 lines
143 B
Python

from django.shortcuts import render
from rest_framework_simplejwt.views import TokenObtainPairView, TokenRefreshView
# Create your views here.