Update URL strucuture, fixed string based calls

This commit is contained in:
Wayne Witzel III
2017-11-09 17:24:04 -05:00
parent 14c5123fda
commit 6d6bbbb627
49 changed files with 1166 additions and 501 deletions

View File

@@ -79,7 +79,7 @@ sso_complete = CompleteView.as_view()
class MetadataView(View):
def get(self, request, *args, **kwargs):
from social.apps.django_app.utils import load_backend, load_strategy
from social_django.utils import load_backend, load_strategy
complete_url = reverse('social:complete', args=('saml', ))
saml_backend = load_backend(
load_strategy(request),