Interactive input forms

This commit is contained in:
Raelon Masters
2020-06-27 17:32:40 -04:00
parent c7a3fcf4c7
commit 83c32d44c2
2 changed files with 18 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ from django.http import JsonResponse
from django.shortcuts import HttpResponse, render # render_to_response
from django.utils.text import slugify
import json
import jsonpickle
from .models import Books, Collections, Navigation