mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 19:18:21 +00: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 }}'
|