~co2093/+junk/proyectohdp

« back to all changes in this revision

Viewing changes to tarea/ciudadanos/models.py

  • Committer: Omar
  • Date: 2019-07-16 05:48:01 UTC
  • Revision ID: coh.2093@gmail.com-20190716054801-dcy81ielt8j74nby
Pruebas finales

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        dui                             =       models.CharField(max_length=9)
8
8
        nombre                  =       models.CharField(max_length=50)
9
9
        lugarDeVotacion =       models.CharField(max_length=50) 
 
10
        foto                    =       models.ImageField(null=True)