dynamicweb2/utils/apps.py
2023-12-06 16:46:30 +05:30

5 lines
85 B
Python
Executable file

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