konova/api/tests/test_api.py
mpeltriaux 881da38538 #31 API basic implementation
* adds new app to project
* adds relation between User model and new APIUserToken model
* adds first implementation for GET of intervention
* adds basic code layout for future extension by having new versions
2022-01-21 15:26:08 +01:00

4 lines
60 B
Python

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