Blog
Integrate Django and Vite based Frontend
Want modern JavaScript without abandoning Django’s monolithic structure? This guide demonstrates how to use Vite to bundle Vue or React components inside a Django project, enabling hot‑module reloading and future‑proof asset management
Pushing real-time updates to clients with Server-Sent Events (SSEs)
Long‑running tasks often need to send status updates back to the browser. This tutorial introduces Server‑Sent Events as a simple, one‑way streaming alternative to WebSockets, highlighting features like automatic reconnection and event IDs
Django & Modern JS Frameworks Session Authentication
Django is one of the most popular backend web application frameworks that exists and it's written in Python. Vue.js is one of the most popular JavaScript tools for adding dynamic features to a web application.Django doesn't need Vue to run. Vue doesn't need Django to run. The combination gives developers an incredibly flexible and dynamic paradigm while also leveraging a number of the built-in benefits that each tool has.