Plugin packaging and docs

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-09 22:45:30 +00:00
parent 80f1709a2e
commit 4343f62140
63 changed files with 1369 additions and 223 deletions

View File

@@ -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