mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-21 20:39:49 -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 }}'
|