Questions tagged [swampdragon]

Swampdragon is a real time web application framework built with Django and Python.

17 questions
0
votes
1 answer

SwampDragon is not defined

Trying out tutorial here settings.py DRAGON_URL = 'http://localhost:9999/' TEMPLATE_CONTEXT_PROCESSORS = ( 'django.contrib.auth.context_processors.auth', 'notifications.context_processors.dragon_url', ) SwampDragon…
0
votes
1 answer

How to implement user specific real time notifications in django using swampdragon?

I have been trying to implement user specific real time notifications in a project. While I was able to broadcast the real time notifications, I am facing a stiff struggle to create user specific channels, where selected notifications are sent to…
1
2