profile: rename multiple var and change to use

django rest frameword
This commit is contained in:
2023-11-12 00:03:08 +01:00
parent a7d9471d59
commit b9728dcb06
5 changed files with 22 additions and 23 deletions

View File

@ -1,6 +1,6 @@
from django.contrib import admin
from .models import Profile
from .models import ProfileModel
# Register your models here.
admin.site.register(Profile)
admin.site.register(ProfileModel)