A modern django dashboard built with daisyui
Project description
Django Daisy
demo: http://hy3.ir/admin/
username: demo
password: demo
Django Daisy is a modern, lightweight, and responsive admin dashboard built with DaisyUI and TailwindCSS. It offers RTL support, multiple themes, and an optimized user experience for mobile, tablet, and PC users. Features
Responsive Design: Adapts seamlessly to different screen sizes. RTL Support: Ensures proper layout for right-to-left languages. Multi-theme Support: Easily switch between themes. Enhanced UX/UI: Improved admin interface with tabbed inline admins and sidebar icons. Admin List Filter: Supports multi-value filtering for easier navigation.
Compatibility
Supports Django 3.2 - 5.1.1.
Upcoming Features
Continuous improvements and new features added regularly.
Installation
pip install django-daisy
or as editable github source:
pip install -e git+https://github.com/hypy13/django-daisy.git#egg=django-daisy
Add django_daisy to your INSTALLED_APPS in the Django settings file. and comment the default django admin 'django.contrib.admin' app
INSTALLED_APPS = [
'django_daisy',
# 'django.contrib.admin',
...
]
Enjoy the new theme!
Contributing
Contributions are welcome! Feel free to submit issues or pull requests for improvements. License
This project is open-source and free to use under the Apache 2.0 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django_daisy-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0843dc9c706ec10da51b382f45cfc99b1f7207caffcddecc9ff3019ead3adfb6 |
|
MD5 | 143adfc6426246aa76255296f99674e2 |
|
BLAKE2b-256 | 24da46f62e2ad669324ab87ba32e54d01bab1037613d97e45b8effc757f50ae5 |