Changeset a96c6eb in sicp


Ignore:
Timestamp:
May 4, 2015, 5:50:22 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
68cbf3c
Parents:
5ec3ba1
Message:

Se agrega el atributo descripción a la clase del modelo institucion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apps/usuario/models.py

    r3f2382d ra96c6eb  
    3535    """
    3636    nombre = models.CharField(max_length=100, unique=True)
     37    descripcion = models.CharField(max_length=255, unique=True)
    3738
    3839    def __str__(self):
Note: See TracChangeset for help on using the changeset viewer.