source: firmaeventos/base/apps.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: 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.