index
:
SBHS-2018-Rpi/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
python2.7
/
site-packages
/
django
/
db
/
backends
/
signals.py
blob: c16a63f9f67f9e8417f1ee16608b422a9a015522 (
plain
)
1
2
3
from django.dispatch import Signal connection_created = Signal(providing_args=["connection"])