Django Daisy
Django Daisy is a modern, sleek, and highly responsive admin dashboard built with DaisyUI and TailwindCSS. It offers a polished and user-friendly interface that scales beautifully across devices, from mobile to desktop, making your admin experience fast and efficient.
Key features include:
- Responsive Design: Adapts to all screen sizes.
- RTL Support: Complete right-to-left language support.
- Multi-Theme Support: Easily switch between themes.
- Enhanced UX/UI: Tabbed inline admin panels for better organization.
- Advanced Admin Filtering: Multi-value filters for fast navigation.
Compatibility:
- Django 3.2 - 5.1.1 are fully supported.
Installation:
pip install django-daisy
Add django_daisy
and django.contrib.humanize
to INSTALLED_APPS
in Django settings.
Project Customizations:
App configuration in apps.py
allows setting icons, divider titles, and priority for apps in the sidebar.
Global customizations in settings.py
using DAISY_SETTINGS
allow setting site title, header, logo, extra styles, and app reordering.