profiles: init

This commit is contained in:
2023-10-29 21:09:38 +01:00
parent 246213c5b8
commit 54cc1b1705
7 changed files with 51 additions and 2 deletions

View File

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