Skip to content

Draft: Django Rest Framework

Henning Strüber requested to merge use-drf into main

I tried the drf basically to gain more "magic" for our views and to create a rest experience with full CRUD support. Besides some advantages i forget,we gain 'out of the box' supprt for sorting and limiting for list requests so we can query easily from backoffice. Furthermore drf sets automatically the location header. I introduced a eTag for our model so backoffice could get only applications with accepted If-Match Header

Merge request reports