6 lines
93 B
Python
Executable File
6 lines
93 B
Python
Executable File
from django.apps import AppConfig
|
|
|
|
|
|
class CatalogosConfig(AppConfig):
|
|
name = 'catalogos'
|