![screenshot](https://github.com/user-attachments/assets/b5ec09b6-c8c7-454a-85af-1bba97593632)
## Unfold Django Admin Theme
[![PyPI - Version](https://img.shields.io/pypi/v/django-unfold.svg?style=for-the-badge)](https://pypi.org/project/django-unfold/)
[![Build](https://img.shields.io/github/actions/workflow/status/unfoldadmin/django-unfold/release.yml?style=for-the-badge)](https://github.com/unfoldadmin/django-unfold/actions?query=workflow%3Arelease)
![Pre Commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge)
![Code Style - Ruff](https://img.shields.io/badge/code%20style-ruff-30173D.svg?style=for-the-badge)
Unfold is a theme for Django admin that incorporates common best practices for building full-fledged admin areas. It is designed to work on top of the default administration provided by Django.
- **Documentation:** Full docs are available at [unfoldadmin.com](https://unfoldadmin.com?utm_medium=github&utm_source=unfold).
- **Unfold:** Demo site is available at [unfoldadmin.com](https://unfoldadmin.com?utm_medium=github&utm_source=unfold).
- **Formula:** Repository with demo implementation at [github.com/unfoldadmin/formula](https://github.com/unfoldadmin/formula?utm_medium=github&utm_source=unfold).
- **Turbo:** Django & Next.js boilerplate implementing Unfold at [github.com/unfoldadmin/turbo](https://github.com/unfoldadmin/turbo?utm_medium=github&utm_source=unfold).
- **Discord:** Join the Unfold community on [Discord](https://discord.gg/9sQj9MEbNz).
## Are you using Unfold and need help?
Have you decided to start using Unfold but don’t have time to make the switch from the native Django admin? [Get in touch with us](https://unfoldadmin.com/consulting?utm_medium=github&utm_source=unfold) and let’s supercharge your development with our expertise.
## Features
- **Visual**: Provides a new user interface based on the Tailwind CSS framework.
- **Sidebar:** Simplifies the creation of sidebar navigation with icons, collapsibles, and more.
- **Dark mode:** Supports both light and dark mode versions.
- **Actions:** Offers multiple ways to define actions within different parts of the admin interface.
- **Filters:** Custom dropdowns, numeric, datetime, and text fields.
- **Dashboard:** Includes helpers for creating custom dashboard pages.
- **Components:** Reusable UI components such as cards, buttons, and charts.
- **WYSIWYG widget:** Built-in support for WYSIWYG (Trix).
- **Array widget:** Built-in widget for `django.contrib.postgres.fields.ArrayField`.
- **Inline tabs:** Groups inlines into tab navigation in the change form.
- **Model tabs:** Allows defining custom tab navigation for models.
- **Fieldset tabs:** Merges multiple fieldsets into tabs in the change form.
- **Sortable inlines:** Allows sorting inlines by dragging and dropping.
- **Environment label**: Distinguishes between environments by displaying a label.
- **Nonrelated inlines**: Displays nonrelated models as inlines in the change form.
- **Favicons**: Built-in support for configuring various site favicons.
- **Colors:** Allows customization of the default color scheme.
- **Changeform modes:** Displays fields in compressed mode in the change form.
- **Parallel admin**: Supports [running the default admin](https://unfoldadmin.com/blog/migrating-django-admin-unfold/?utm_medium=github&utm_source=unfold) alongside Unfold.
- **Third party packages:** Default support for multiple popular applications.
- **Configuration:** Most basic options can be changed in `settings.py`.
- **Dependencies:** Fully based on `django.contrib.admin`.
- **VS Code**: Project configuration and development container included.
Raw data
{
"_id": null,
"home_page": "https://unfoldadmin.com",
"name": "django-unfold",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "django, admin, tailwind, theme",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/59/2f/7e3c18f9c91f540bc01edd5ed8763e5d1eedcd2a36470d54c57d8f212de5/django_unfold-0.43.0.tar.gz",
"platform": null,
"description": "![screenshot](https://github.com/user-attachments/assets/b5ec09b6-c8c7-454a-85af-1bba97593632)\n\n## Unfold Django Admin Theme\n\n[![PyPI - Version](https://img.shields.io/pypi/v/django-unfold.svg?style=for-the-badge)](https://pypi.org/project/django-unfold/)\n[![Build](https://img.shields.io/github/actions/workflow/status/unfoldadmin/django-unfold/release.yml?style=for-the-badge)](https://github.com/unfoldadmin/django-unfold/actions?query=workflow%3Arelease)\n![Pre Commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge)\n![Code Style - Ruff](https://img.shields.io/badge/code%20style-ruff-30173D.svg?style=for-the-badge)\n\nUnfold is a theme for Django admin that incorporates common best practices for building full-fledged admin areas. It is designed to work on top of the default administration provided by Django.\n\n- **Documentation:** Full docs are available at [unfoldadmin.com](https://unfoldadmin.com?utm_medium=github&utm_source=unfold).\n- **Unfold:** Demo site is available at [unfoldadmin.com](https://unfoldadmin.com?utm_medium=github&utm_source=unfold).\n- **Formula:** Repository with demo implementation at [github.com/unfoldadmin/formula](https://github.com/unfoldadmin/formula?utm_medium=github&utm_source=unfold).\n- **Turbo:** Django & Next.js boilerplate implementing Unfold at [github.com/unfoldadmin/turbo](https://github.com/unfoldadmin/turbo?utm_medium=github&utm_source=unfold).\n- **Discord:** Join the Unfold community on [Discord](https://discord.gg/9sQj9MEbNz).\n\n\n\n## Are you using Unfold and need help?\n\nHave you decided to start using Unfold but don\u2019t have time to make the switch from the native Django admin? [Get in touch with us](https://unfoldadmin.com/consulting?utm_medium=github&utm_source=unfold) and let\u2019s supercharge your development with our expertise.\n\n## Features\n\n- **Visual**: Provides a new user interface based on the Tailwind CSS framework.\n- **Sidebar:** Simplifies the creation of sidebar navigation with icons, collapsibles, and more.\n- **Dark mode:** Supports both light and dark mode versions.\n- **Actions:** Offers multiple ways to define actions within different parts of the admin interface.\n- **Filters:** Custom dropdowns, numeric, datetime, and text fields.\n- **Dashboard:** Includes helpers for creating custom dashboard pages.\n- **Components:** Reusable UI components such as cards, buttons, and charts.\n- **WYSIWYG widget:** Built-in support for WYSIWYG (Trix).\n- **Array widget:** Built-in widget for `django.contrib.postgres.fields.ArrayField`.\n- **Inline tabs:** Groups inlines into tab navigation in the change form.\n- **Model tabs:** Allows defining custom tab navigation for models.\n- **Fieldset tabs:** Merges multiple fieldsets into tabs in the change form.\n- **Sortable inlines:** Allows sorting inlines by dragging and dropping.\n- **Environment label**: Distinguishes between environments by displaying a label.\n- **Nonrelated inlines**: Displays nonrelated models as inlines in the change form.\n- **Favicons**: Built-in support for configuring various site favicons.\n- **Colors:** Allows customization of the default color scheme.\n- **Changeform modes:** Displays fields in compressed mode in the change form.\n- **Parallel admin**: Supports [running the default admin](https://unfoldadmin.com/blog/migrating-django-admin-unfold/?utm_medium=github&utm_source=unfold) alongside Unfold.\n- **Third party packages:** Default support for multiple popular applications.\n- **Configuration:** Most basic options can be changed in `settings.py`.\n- **Dependencies:** Fully based on `django.contrib.admin`.\n- **VS Code**: Project configuration and development container included.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Modern Django admin theme for seamless interface development",
"version": "0.43.0",
"project_urls": {
"Homepage": "https://unfoldadmin.com",
"Repository": "https://github.com/unfoldadmin/django-unfold"
},
"split_keywords": [
"django",
" admin",
" tailwind",
" theme"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d1e497550447f35f2ee66b0ecce35ea70dab7ab525762e8c74231f243c379bcb",
"md5": "e835c49df33f1e20f882e52a97b76a91",
"sha256": "e60252393fadd76b6a2c90437512bac92c9a1c5d162d8df3bc13ebd401226181"
},
"downloads": -1,
"filename": "django_unfold-0.43.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e835c49df33f1e20f882e52a97b76a91",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 814453,
"upload_time": "2024-12-09T15:55:39",
"upload_time_iso_8601": "2024-12-09T15:55:39.445423Z",
"url": "https://files.pythonhosted.org/packages/d1/e4/97550447f35f2ee66b0ecce35ea70dab7ab525762e8c74231f243c379bcb/django_unfold-0.43.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "592f7e3c18f9c91f540bc01edd5ed8763e5d1eedcd2a36470d54c57d8f212de5",
"md5": "f6b5f6044f417400d296000166599a4d",
"sha256": "c1f2e4314b87db2f4d845f6507667404df8e33ea0e8f336d604c5863c9358031"
},
"downloads": -1,
"filename": "django_unfold-0.43.0.tar.gz",
"has_sig": false,
"md5_digest": "f6b5f6044f417400d296000166599a4d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 746364,
"upload_time": "2024-12-09T15:55:40",
"upload_time_iso_8601": "2024-12-09T15:55:40.926693Z",
"url": "https://files.pythonhosted.org/packages/59/2f/7e3c18f9c91f540bc01edd5ed8763e5d1eedcd2a36470d54c57d8f212de5/django_unfold-0.43.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-09 15:55:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "unfoldadmin",
"github_project": "django-unfold",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "django-unfold"
}