Commit a82b73ed by Gregory Martin

fix

parent 7df91841
......@@ -17,4 +17,4 @@ class SignalConfig(AppConfig):
"""
# Can't import models at module level in AppConfigs, and models get
# included from the signal handlers
from . import signals # pylint: disable=unused-variable
from . import signals, handlers # pylint: disable=unused-variable
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment