transport-accessibility/transport_accessibility/api/views.py
Johannes Randerath f5b329bc17 API: Retrieve data
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>.
2024-06-19 22:12:20 +02:00

4 lines
63 B
Python

from django.shortcuts import render
# Create your views here.