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, 2021May 25, 2021
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, 20206Aug 6, 20206