django-dev-unfold

Automate Django admin customization with Unfold patterns and HTMX integrations.

15|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/sergio-bershadsky/ai --skill django-dev-unfold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: django-dev-unfold
Source: https://github.com/sergio-bershadsky/ai/tree/main/plugins/django-dev/skills/django-dev-unfold
Command: npx skills add https://github.com/sergio-bershadsky/ai --skill django-dev-unfold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developing complex Django admin interfaces with Unfold HTMX patterns can be time-consuming and error-prone without a standardized approach.

Core Features & Use Cases

  • One-admin-per-file organization: keep each ModelAdmin in its own file for clarity and maintainability.
  • HTMX-driven interactivity: add dynamic, responsive admin features such as live updates, modals, and inline components.
  • Dashboard customization: build tailored admin dashboards with data visualizations and custom widgets.

Quick Start

Instantiate Unfold admin patterns by wiring the provided admin structure into your Django project and adapt per your models.

Frequently Asked Questions about django-dev-unfold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add HTMX interactivity to the Django admin using Unfold?

Add HTMX interactivity to the Django admin using Unfold by wiring provided admin structures into your project, enabling dynamic features like live updates, modals, and responsive inline components for multiple models.

What is the best way to organize Django Unfold ModelAdmin classes for maintainability?

Organize Django Unfold ModelAdmin classes using a one-admin-per-file structure, keeping each ModelAdmin in its own dedicated file to maximize clarity and long-term maintainability across large projects.

Can I build custom admin dashboards with Tailwind and Django Unfold?

Build custom admin dashboards with Tailwind and Django Unfold by applying the provided dashboard customization patterns, which enable tailored data visualizations and custom widgets directly within the admin interface.

Do I need Tailwind configured to use HTMX patterns in a Django Unfold admin?

Tailwind configuration is required alongside Django, Unfold, and HTMX to properly render dynamic admin features and apply the styling patterns demonstrated by the templates and inline actions.

How does the one-admin-per-file pattern work for Django Unfold?

The one-admin-per-file pattern works by isolating each Django Unfold ModelAdmin into an individual file, preventing registration conflicts and simplifying navigation when managing dynamic HTMX integrations across multiple models.

What dynamic admin features can I implement with Django Unfold and HTMX?

Implement dynamic admin features with Django Unfold and HTMX including live updates, interactive modals, and responsive inline components, all driven by HTMX without writing extensive custom JavaScript.