From 4fadb033e2e9102d2b609ef28d2e193474733dc5 Mon Sep 17 00:00:00 2001 From: Jakub K Date: Fri, 12 Jan 2024 17:10:09 +0100 Subject: [PATCH] oauth2 ustawienia + uprawnienia --- jobposting/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobposting/views.py b/jobposting/views.py index 3555778..44de7de 100644 --- a/jobposting/views.py +++ b/jobposting/views.py @@ -5,7 +5,7 @@ from core.models import MyUser, AnonymousUserData from rest_framework import status from jobposting.permissions import ClientCredentialPermission from oauth2_provider.contrib.rest_framework import TokenHasReadWriteScope, OAuth2Authentication -from auth import OAuth2ClientCredentialAuthentication +from jobposting.auth import OAuth2ClientCredentialAuthentication from jobposting.serializers import (