mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +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 }}'
|