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