factory/apps/utils/apps.py

6 lines
90 B
Python
Executable File

from django.apps import AppConfig
class UtilsConfig(AppConfig):
name = 'apps.utils'