Files
django-template-v2/apps/core/apps.py
T
2026-09-05 23:43:46 +03:00

6 lines
88 B
Python

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