Tesis
1.0.0
Loading...
Searching...
No Matches
admin.py
Go to the documentation of this file.
1
from
django.contrib
import
admin
2
from
appUSERS.models
import
Usuario
3
4
# Register your models here.
5
6
admin.site.register(Usuario)
appUSERS.models
Definition
models.py:1
backend 2025
appUSERS
admin.py
Generated by
1.14.0