Skip to content

Use Django permission model for mailinglists

Philipp S. Sommer requested to merge mailinglist-users into master

This MR changes the mailinglist display to use BasicAuthentification via the rest framework. That way, we can directly include the view in sympa without the current workaround using nginx.

Merge request reports