mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Update URL strucuture, fixed string based calls
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user