mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-25 15:34:43 +00:00
5 lines
114 B
Text
5 lines
114 B
Text
from django.apps import AppConfig
|
|
|
|
|
|
class {{ camel_case_app_name }}Config(AppConfig):
|
|
name = '{{ app_name }}'
|