cqtu/api
Sebastian Lohff 933a337eac Fix url config for Django4
url() is no longer available, has to be replaced with path() or
re_path(). For proper include() we also need an app_name specified in
the urls.py we're including.
2022-01-22 17:35:57 +01:00
..
migrations Add REST API to webinterface 2022-01-22 17:27:39 +01:00
__init__.py Add REST API to webinterface 2022-01-22 17:27:39 +01:00
admin.py Add REST API to webinterface 2022-01-22 17:27:39 +01:00
apps.py Add REST API to webinterface 2022-01-22 17:27:39 +01:00
models.py Add REST API to webinterface 2022-01-22 17:27:39 +01:00
serializers.py Add REST API to webinterface 2022-01-22 17:27:39 +01:00
tests.py Add REST API to webinterface 2022-01-22 17:27:39 +01:00
urls.py Fix url config for Django4 2022-01-22 17:35:57 +01:00
views.py Make profile a modelviewset + add /me/ for current profile 2022-01-22 17:27:39 +01:00