Hotel/env/lib/python3.5/site-packages/django/conf/app_template/apps.py-tpl

6 lines
114 B
Plaintext
Raw Permalink Normal View History

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