Plugin packaging and docs
This commit is contained in:
@@ -12,4 +12,5 @@ class PluginsConfig(AppConfig):
|
||||
|
||||
def ready(self):
|
||||
"""Import signal handlers when app is ready."""
|
||||
pass
|
||||
# Import signals to register handlers
|
||||
from . import signals # noqa: F401
|
||||
|
||||
Reference in New Issue
Block a user