mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-04-09 23:00:16 -04:00
6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
from django.apps import AppConfig
|
|
|
|
|
|
class {{ camel_case_app_name }}Config(AppConfig):
|
|
name = '{{ app_name }}'
|