Exploring SSE and PostgreSQL for Real-time Communication in Django
Discover how we improved our Django project's realtime notification system by leveraging Server-Sent Events (SSE) and PostgreSQL LISTEN/NOTIFY.
Programming tutorials, recipes and sometimes thoughts on tech trends and system design mainly around django and the python ecosystem. I might add some javascript or go here and there, you never know :)
Discover how we improved our Django project's realtime notification system by leveraging Server-Sent Events (SSE) and PostgreSQL LISTEN/NOTIFY.
A cli tool to bootstrap your django projects and enhance your development experience.
Throughout this quick guide, we will see how to add htmx support (documentation and autocompletion) in pycharm.
If you have some experience with django and feel that the django django-admin startproject command is too light for you, then cookiecuter-django might be just what you are looking for.
Remove all your django migrations files with one commmand.