profiles: rearranged models
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user