Skip to content
Snippets Groups Projects
apps.py 83 B
from django.apps import AppConfig


class MainConfig(AppConfig):
    name = "main"