Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
3 lines
176 B
Python
3 lines
176 B
Python
""" will register signal handlers, moved out of __init__.py to ensure correct loading order post Django 1.7 """
|
|
from . import signals # pylint: disable=unused-import
|