apps.py 91 Bytes
Newer Older
1 2 3 4
from django.apps import AppConfig


class TemplateConfig(AppConfig):
5
    name = "template"