source: firmaeventos/users/models.py @ d1eba60

Last change on this file since d1eba60 was 5dea5ff, checked in by rudmanmrrod <rudman22@…>, 7 years ago

Cambiada la licencia a GPL V3

  • Property mode set to 100644
File size: 331 bytes
Line 
1# -*- encoding: utf-8 -*-
2"""!
3Modelo que construye los modelos de datos de los usuarios
4
5@author Ing. Leonel P. Hernandez M. (lhernandez at cenditel.gob.ve)
6@copyright <a href='https://www.gnu.org/licenses/gpl-3.0.en.html'>GNU Public License versión 3 (GPLv3)</a>
7@date 19-11-2017
8@version 1.0.0
9"""
10from django.db import models
Note: See TracBrowser for help on using the repository browser.