source: firmaeventos/base/constantes.py @ a1de3f1

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

Renombrado utils como base, cambiado el template, quitados modelos no usados, agregado materialize

  • Property mode set to 100644
File size: 131 bytes
Line 
1# -*- coding: utf-8 -*-
2USUARIO_GRUP = {
3    'USURAIO_I': 'Super Admin',
4    'USUARIO_II': 'Admin',
5    'USUARIO_III': 'Invitado'
6}
Note: See TracBrowser for help on using the repository browser.