McDuck/main/views.py

4 lines
143 B
Python
Raw Normal View History

2024-08-29 09:21:58 +00:00
from django.shortcuts import render
2024-08-31 07:10:39 +00:00
from rest_framework_simplejwt.views import TokenObtainPairView, TokenRefreshView
2024-08-29 09:21:58 +00:00
# Create your views here.