Skip to content

Commit

Permalink
Updated requirements and removed useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSychev2005 committed Oct 11, 2024
1 parent ffcb035 commit bb1caeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions BackEnd/administration/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
from rest_framework.generics import (
ListAPIView,
RetrieveUpdateDestroyAPIView,
RetrieveUpdateAPIView, GenericAPIView, CreateAPIView,
RetrieveUpdateAPIView, CreateAPIView,
)
from rest_framework.mixins import CreateModelMixin

from administration.serializers import AdminRegistrationSerializer
from forum.settings import CONTACTS_INFO
Expand Down
1 change: 1 addition & 0 deletions BackEnd/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ drf-spectacular==0.26.5
ratelimit==2.2.1
django-debug-toolbar==4.3.0
celery==5.4.0
passlib==1.7.4


0 comments on commit bb1caeb

Please sign in to comment.