carga
This commit is contained in:
2025-04-17 00:18:43 -06:00
parent 212fea81b2
commit f5dcfba2b6
306 changed files with 112862 additions and 2 deletions

7
perfil/admin.py Normal file
View File

@@ -0,0 +1,7 @@
from django.contrib import admin
from autenticacion.models import perfil
# Register your models here.
admin.site.register(perfil)