source: firmaeventos/base/apps.py @ bc3aa92

Last change on this file since bc3aa92 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: 84 bytes
Line 
1from django.apps import AppConfig
2
3
4class UtilsConfig(AppConfig):
5    name = 'base'
Note: See TracBrowser for help on using the repository browser.