I’d need to access the same logic I have in my Django project based on events from the websocket (my other integrations use web hooks so they are nowhere near as annoying as this) and then do read/write on the database using my Django models.
I’d need to access the same logic I have in my Django project based on events from the websocket (my other integrations use web hooks so they are nowhere near as annoying as this) and then do read/write on the database using my Django models.