mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-28 13:58:19 +00:00
6 lines
114 B
Text
6 lines
114 B
Text
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class {{ camel_case_app_name }}Config(AppConfig):
|
||
|
|
name = '{{ app_name }}'
|