Configuration
Most of the settings were adapted after following the channels tutorial.
Files that play a role in this configuration:
dqmhelper/asgi.py: Theapplicationvariable is edited to include the"websocket"key.remotescripts/routing.py: The equivalent ofurls.pyfor channels. Routes a URL pattern to aConsumer(equivalent to a view).