mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-16 19:21:06 +00:00
5 lines
119 B
Python
5 lines
119 B
Python
''' Django notifications signal file '''
|
|
# -*- coding: utf-8 -*-
|
|
from django.dispatch import Signal
|
|
|
|
notify = Signal()
|