source: firmaeventos/eventos/apps.py @ a3deb5f

Last change on this file since a3deb5f was 5d88f36, checked in by lhernandez <lhernandez@…>, 7 years ago

Agregada class para comporbar el proceso del evento

  • Property mode set to 100755
File size: 89 bytes
Line 
1from django.apps import AppConfig
2
3
4class EventosConfig(AppConfig):
5    name = 'eventos'
Note: See TracBrowser for help on using the repository browser.