NewViewsNews/.venv/lib/python3.6/site-packages/django/conf/app_template/apps.py-tpl
2020-08-14 20:16:43 -04:00

6 lines
114 B
Plaintext

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