Switch to explicit AppConfig declaration

This commit is contained in:
Jens Langhammer
2018-12-26 14:32:33 +01:00
parent 856687475d
commit 70afabec7e
16 changed files with 62 additions and 29 deletions

View File

@ -178,7 +178,7 @@ class SLOLogout(CSRFExemptMixin, LoginRequiredMixin, View):
return render(request, 'saml/idp/logged_out.html')
class DescriptorView(View):
class DescriptorDownloadView(View):
"""Replies with the XML Metadata IDSSODescriptor."""
def get(self, request, application_id):