source: firmaeventos/base/apps.py @ 3397a08

Last change on this file since 3397a08 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: 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.