Changeset e105e2f in sicp


Ignore:
Timestamp:
May 21, 2015, 11:49:56 AM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
dbf85e6
Parents:
a684594
Message:

agregada documentación

Location:
apps/usuario
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • apps/usuario/admin.py

    rc6e5d5e re105e2f  
    182182## Registra el módelo Institución en el panel administrativo del sistema
    183183admin.site.register(Institucion, InstitucionAdmin)
     184
    184185## Registra el módelo Cargo en el panel administrativo del sistema
    185186admin.site.register(Cargo, CargoAdmin)
  • apps/usuario/models.py

    r53dfbdb re105e2f  
    2222from django.contrib.auth.models import User
    2323from django.utils.translation import ugettext_lazy as _
    24 from apps.usuario.functions import generar_password
    2524
    2625class Institucion(models.Model):
Note: See TracChangeset for help on using the changeset viewer.