Explore the features of Django Channels REST Framework for building WebSocket API consumers with Django. (more…)
Read more »
Learn to optimize a Full Text Search implementation with Django and Postgres. Even on a small table, we bring query execution time down from 0.045s to 0.001s. (more…)
Read more »
As we have learned in my previous post, there are a lot of benefits in concentrating all the code related with sending emails in one place, creating a base mailer which handles the creation and… (more…)
Read more »
Looks like you followed a bad link. If you think it's our fault, please let us know. (more…)
Read more »
Now that Django 3.0 ships with ASGI support out of the box, adding Websockets to your Django app requires no extra dependencies. (more…)
Read more »