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

from django.test import TestCase
# Create your tests here.