Files
django-template-v2/env/lib/python3.12/site-packages/django/conf/app_template/apps.py-tpl
T
2026-09-05 23:43:46 +03:00

6 lines
114 B
Plaintext

from django.apps import AppConfig
class {{ camel_case_app_name }}Config(AppConfig):
name = '{{ app_name }}'