profiles: rearranged models
This commit is contained in:
@ -7,8 +7,7 @@ from rest_framework.request import Request
|
||||
from django.contrib.auth.models import User
|
||||
from django.utils.translation import gettext as _
|
||||
|
||||
from ..models.BlockModel import BlockModel
|
||||
from ..models.ProfileModel import ProfileModel
|
||||
from ..models import BlockModel, ProfileModel
|
||||
from ..serializers.ProfileSerializer import ProfileSerializer
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user