How to group rows by time in PostgreSQL (and in Django)Sometimes you need to group rows by a time interval, say, one value per minute, or per hour. In this post, we will research how we can do…May 25, 202113May 25, 202113
WebSockets in Django 3.1In this post, I will guide you on how to enable WebSockets in your Django application without installing third-party apps.Aug 6, 20203556Aug 6, 20203556