Python Forum

Full Version: django channel implementation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, 
i read the channels documentation and i do some practice using channel. This is easy to use simple chat server but in case of blog , i can not update blog when database is updated using channel. If anyone know how to realtime update blog when database change in channels. 

thanks