4 lines
103 B
Python
4 lines
103 B
Python
from django.shortcuts import render
|
|
from rest_framework.views import APIView
|
|
|
|
# Create your views here. |