source: firmaeventos/participantes/apps.py @ 8ef5d2c

Last change on this file since 8ef5d2c was bf47591, checked in by Leonel Hernandez <leonelphm@…>, 7 years ago

Inicializando Proyecto

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