Skip to content

Enable the Django REST framework

Nik | Klampfradler requested to merge feature/rest-framework into master

This enables the django-rest-framework, in conjunction with the OAuth authentication we already provide.

It does not expose any data through any API – we will not do that right now, not for %"2021.06 — "Bruner"". However, I think it is ok for third-party apps to add APIs, now that they can get OAuth support.

Instead of having them fiddle with INSTALLED_APPS and everything themselves, they can start using DRF right away.

Edited by Nik | Klampfradler

Merge request reports