feat: Implement core support ticket system with WebSocket notifications

This commit is contained in:
poduck
2025-11-28 04:49:59 -05:00
parent 3761480d68
commit 8dff4a592a

View File

@@ -6,4 +6,4 @@ class TicketsConfig(AppConfig):
name = 'tickets'
def ready(self):
import smoothschedule.tickets.signals # noqa
import tickets.signals # noqa