old_console/core/apps.py
2024-11-02 14:12:45 +03:00

5 lines
83 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'