Commit Graph

5 Commits

Author SHA1 Message Date
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
Sebastian Lohff 94d2f5a8d8 Make profile a modelviewset + add /me/ for current profile 2020-03-17 20:25:39 +01:00
Sebastian Lohff 59a4c73bd0 Reorganize imports of api views.py 2020-03-17 20:24:16 +01:00
Sebastian Lohff e825685105 Add REST API to webinterface 2020-02-08 22:42:26 +01:00
Sebastian Lohff ddb09d148e Add REST API to webinterface 2020-02-08 22:35:24 +01:00