profiles: rearranged models

This commit is contained in:
AdrienLSH
2024-04-16 13:24:34 +02:00
parent 26fa52b136
commit 0f9a4d1690
11 changed files with 48 additions and 33 deletions

View File

@ -2,7 +2,7 @@ from rest_framework import serializers
from django.utils.translation import gettext as _
from profiles.models.ProfileModel import ProfileModel
from profiles.models import ProfileModel
from .models import ChatChannelModel, ChatMessageModel