mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-19 00:07:44 +02:00
6 lines
99 B
Python
6 lines
99 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class NotificationConfig(AppConfig):
|
|
name = 'notification'
|