Set up boilerplate django-rest-framework

This commit is contained in:
2020-01-06 21:58:38 +00:00
parent c2414a9e82
commit 3ddd7b88ae
13 changed files with 212 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.