serializery, nowe modele
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K 2024-01-05 15:53:20 +01:00
parent 701accfe89
commit 69ff715e92

View File

@ -2,6 +2,7 @@ from rest_framework import viewsets, permissions
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 jobposting.serializers import (
JobListingSerializer,