Building a chat room using Django Channels

TL;DR : Demo is here and the code is on Github. In this post I explain how you can build a chat room using Django Channels.
A standard Django application handles http requests using a request-response lifecycle. A request is sent from the user’s browser, … Read more

Similar

Common Mistakes That Django Developers Make

Django is powerful web framework, but with power comes responsibility. In this article, we will cover common mistakes that are even seasoned Django developers make, yet most successful Django projects need to deal with these sooner or later. This checklis... (more…)

Read more »

Django SQL Dashboard

I’ve released the first non-alpha version of Django SQL Dashboard, which provides an interface for running arbitrary read-only SQL queries directly against a PostgreSQL database, protected by the Django authentication … (more…)

Read more »