# Django

#Django

3 articles tagged

Dynamic Django Inline Formsets With JavaScript

Dynamic Django Inline Formsets With JavaScript

How to create dynamic Django Inline Formsets(Without Losing Your Sanity) with JavaScript

10 min read
Read Article →
Celery Setup and Usage Guide for Django: Redis, Tasks, Retries & Monitoring

Celery Setup and Usage Guide for Django: Redis, Tasks, Retries & Monitoring

A complete, production-ready guide to installing and configuring Celery with Django using Redis as a broker. Covers task creation, retries, scheduling, monitoring with Flower, and best practices for running Celery in real-world deployments.

5 min read
Read Article →
Django Admin Actions – Developer Documentation

Django Admin Actions – Developer Documentation

A **production-oriented, developer-focused guide** to using **Django Admin Actions** effectively. Covers bulk operations, confirmation workflows, permission checks, service-layer delegation, and best practices for scalable Django applications.

4 min read
Read Article →