mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-06-02 07:16:05 -04:00
4 lines
66 B
Python
4 lines
66 B
Python
from django.dispatch import Signal
|
|
|
|
connection_created = Signal()
|