cqtu/api
Sebastian Lohff 0ca4c2399f 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:11:10 +01:00
..
migrations Add REST API to webinterface 2020-02-08 22:35:24 +01:00
__init__.py Add REST API to webinterface 2020-02-08 22:35:24 +01:00
admin.py Add REST API to webinterface 2020-02-08 22:35:24 +01:00
apps.py Add REST API to webinterface 2020-02-08 22:35:24 +01:00
models.py Add REST API to webinterface 2020-02-08 22:35:24 +01:00
serializers.py Add REST API to webinterface 2020-02-08 22:42:26 +01:00
tests.py Add REST API to webinterface 2020-02-08 22:35:24 +01:00
urls.py Fix url config for Django4 2022-01-22 17:11:10 +01:00
views.py Make profile a modelviewset + add /me/ for current profile 2020-03-17 20:25:39 +01:00