profiles: rearranged models
This commit is contained in:
@ -7,8 +7,7 @@ from django.utils.translation import gettext as _
|
||||
from django.db.models import Q
|
||||
from django.shortcuts import get_object_or_404
|
||||
|
||||
from ..models.FriendModel import FriendModel
|
||||
from ..models.ProfileModel import ProfileModel
|
||||
from ..models import ProfileModel, FriendModel
|
||||
from ..serializers.ProfileSerializer import ProfileSerializer
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user