Skip to content

Commit

Permalink
create for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga-koml committed Nov 9, 2023
1 parent d3eaa22 commit e9b5949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from drf_yasg.utils import swagger_auto_schema
from rest_framework import filters, generics, mixins, status, viewsets
from rest_framework.decorators import action
from rest_framework.exceptions import PermissionDenied
from rest_framework.permissions import SAFE_METHODS, AllowAny
from rest_framework.response import Response
from taggit.models import Tag
Expand Down

0 comments on commit e9b5949

Please sign in to comment.