feat: Implement core support ticket system with WebSocket notifications
This commit is contained in:
@@ -6,4 +6,4 @@ class TicketsConfig(AppConfig):
|
|||||||
name = 'tickets'
|
name = 'tickets'
|
||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
import smoothschedule.tickets.signals # noqa
|
import tickets.signals # noqa
|
||||||
|
|||||||
Reference in New Issue
Block a user