transport-accessibility/transport_accessibility/api/models.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
57 B
Python

from django.db import models
# Create your models here.