profiles: rearranged models
This commit is contained in:
@ -4,7 +4,7 @@ from rest_framework.response import Response
|
||||
from rest_framework.authentication import SessionAuthentication
|
||||
|
||||
from ..serializers.ProfileSerializer import ProfileSerializer
|
||||
from ..models.ProfileModel import ProfileModel
|
||||
from ..models import ProfileModel
|
||||
|
||||
|
||||
class MyProfileViewSet(viewsets.ModelViewSet):
|
||||
|
@ -6,7 +6,7 @@ from rest_framework import viewsets
|
||||
from rest_framework.response import Response
|
||||
|
||||
from ..serializers.ProfileSerializer import ProfileSerializer
|
||||
from ..models.ProfileModel import ProfileModel
|
||||
from ..models import ProfileModel
|
||||
|
||||
|
||||
class ProfileViewSet(viewsets.ModelViewSet):
|
||||
|
Reference in New Issue
Block a user