Now able to retrieve model data for any number of models, identified by their primary keys, represented as JSON, using GET /data?<primary_key>=<value>.
4 lines
63 B
Python
4 lines
63 B
Python
from django.shortcuts import render
|
|
|
|
# Create your views here.
|