Skip to content

Commit

Permalink
Worked with serializer and renamed module name in profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSychev2005 committed Dec 22, 2024
1 parent dc6b835 commit 3540e78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BackEnd/administration/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
Region, Activity,
Category,
)
from utils.administration.profiles.profiles import format_company_type, format_representative, \
format_business_entity
from utils.administration.profiles.profiles_functions import format_company_type, format_business_entity
from utils.administration.create_password import generate_password
from utils.administration.send_email import send_email_about_admin_registration
from .models import AutoModeration, ModerationEmail
Expand Down

0 comments on commit 3540e78

Please sign in to comment.