przekazanie do sekretów do env - test only
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
22728403ee
commit
389b5ff90a
@ -9,6 +9,7 @@ router.register(r'joblistings', views.JobListingViewSet)
|
||||
router.register(r'skilllevels', views.SkillLevelsViewSet)
|
||||
router.register(r'companylogo', views.CompanyLogoViewSet)
|
||||
router.register(r'skills', views.SkillViewset)
|
||||
router.register(r'auth', views.GetAuthTokenView)
|
||||
|
||||
|
||||
# Twoje urlpatterns
|
||||
|
||||
@ -2,7 +2,7 @@ from rest_framework import viewsets, permissions, authentication
|
||||
from rest_framework.response import Response
|
||||
from jobposting.models import JobListing, SkillLevels, CompanyLogo, Skill
|
||||
from core.models import MyUser, AnonymousUserData
|
||||
from rest_framework import status,
|
||||
from rest_framework import status
|
||||
from jobposting.permissions import ClientCredentialPermission
|
||||
from oauth2_provider.contrib.rest_framework import TokenHasReadWriteScope, OAuth2Authentication
|
||||
from .auth import OAuth2ClientCredentialAuthentication
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user