Swampdragon is a real time web application framework built with Django and Python.
Questions tagged [swampdragon]
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…

Jatinder Pal Singh
- 236
- 1
- 11
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…

Himanshu Nimje
- 1
- 1