|
1 | | -[](https://github.com/unfoldadmin/django-unfold/assets/10785882/291e69c9-abdd-4f7e-a0d6-2af210a9013a#gh-light-mode-only) |
2 | | - |
3 | | -[](https://github.com/unfoldadmin/django-unfold/assets/10785882/94a2e90f-924a-4aaf-b6d9-cb1592000c55#gh-dark-mode-only) |
| 1 | + |
4 | 2 |
|
5 | 3 | ## Unfold Django Admin Theme |
6 | 4 |
|
7 | | -[](https://github.com/unfoldadmin/django-unfold/actions?query=workflow%3Arelease) |
8 | 5 | [](https://pypi.org/project/django-unfold/) |
9 | | - |
| 6 | +[](https://github.com/unfoldadmin/django-unfold/actions?query=workflow%3Arelease) |
10 | 7 |  |
| 8 | + |
11 | 9 |
|
12 | | -Unfold is a theme for Django admin incorporating most common practices for building full-fledged admin areas. It is designed to work on top of default administration provided by Django. |
| 10 | +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. |
13 | 11 |
|
14 | | -- **Documentation:** full docs are available at [unfoldadmin.com/docs](https://unfoldadmin.com/docs?utm_medium=github&utm_source=unfold) |
15 | | -- **Unfold:** demo site is available at [unfoldadmin.com](https://unfoldadmin.com?utm_medium=github&utm_source=unfold) |
16 | | -- **Formula:** repository with demo implementation at [github.com/unfoldadmin/formula](https://github.com/unfoldadmin/formula) |
17 | | -- **Turbo:** Django & Next.js boilerplate implementing Unfold at [github.com/unfoldadmin/turbo](https://github.com/unfoldadmin/turbo) |
| 12 | +- **Documentation:** Full docs are available at [unfoldadmin.com](https://unfoldadmin.com?utm_medium=github&utm_source=unfold). |
| 13 | +- **Unfold:** Demo site is available at [unfoldadmin.com](https://unfoldadmin.com?utm_medium=github&utm_source=unfold). |
| 14 | +- **Formula:** Repository with demo implementation at [github.com/unfoldadmin/formula](https://github.com/unfoldadmin/formula?utm_medium=github&utm_source=unfold). |
| 15 | +- **Turbo:** Django & Next.js boilerplate implementing Unfold at [github.com/unfoldadmin/turbo](https://github.com/unfoldadmin/turbo?utm_medium=github&utm_source=unfold). |
18 | 16 |
|
19 | | -## Are you using Unfold and need a help? |
| 17 | +## Are you using Unfold and need help? |
20 | 18 |
|
21 | | -Did you decide to start using Unfold but you don't have time to make the switch from native Django admin? [Get in touch with us](https://unfoldadmin.com/?utm_medium=github&utm_source=unfold) and let's supercharge development by using our know-how. |
| 19 | +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. |
22 | 20 |
|
23 | 21 | ## Features |
24 | 22 |
|
25 | | -- **Visual**: provides a new user interface based on Tailwind CSS framework |
26 | | -- **Sidebar:** simplifies definition of custom sidebar navigation with icons |
27 | | -- **Dark mode:** supports both light and dark mode versions |
28 | | -- **Configuration:** most of the basic options can be changed in settings.py |
29 | | -- **Dependencies:** completely based only on `django.contrib.admin` |
30 | | -- **Actions:** multiple ways how to define actions within different parts of admin |
31 | | -- **WYSIWYG:** built-in support for WYSIWYG (Trix) |
32 | | -- **Array widget:** built-in widget for `django.contrib.postgres.fields.ArrayField` |
33 | | -- **Filters:** custom dropdown, numeric, datetime, and text fields |
34 | | -- **Dashboard:** custom components for rapid dashboard development |
35 | | -- **Inline tabs:** group inlines into tab navigation in the change form |
36 | | -- **Model tabs:** define custom tab navigations for models |
37 | | -- **Fieldset tabs:** merge several fieldsets into tabs in the change form |
38 | | -- **Colors:** possibility to override the default color scheme |
39 | | -- **Changeform modes:** display fields in the change form in compressed mode |
40 | | -- **Third party packages:** default support for multiple popular applications |
41 | | -- **Environment label**: distinguish between environments by displaying a label |
42 | | -- **Nonrelated inlines**: displays nonrelated model as inline in changeform |
43 | | -- **Parallel admin**: support for default admin in parallel with Unfold. [Admin migration guide](https://unfoldadmin.com/blog/migrating-django-admin-unfold/?utm_medium=github&utm_source=unfold) |
44 | | -- **Favicons**: built-in support for configuring various site favicons |
45 | | -- **VS Code**: project configuration and development container is included |
| 23 | +- **Visual**: Provides a new user interface based on the Tailwind CSS framework. |
| 24 | +- **Sidebar:** Simplifies the creation of sidebar navigation with icons, collapsibles, and more. |
| 25 | +- **Dark mode:** Supports both light and dark mode versions. |
| 26 | +- **Actions:** Offers multiple ways to define actions within different parts of the admin interface. |
| 27 | +- **Filters:** Custom dropdowns, numeric, datetime, and text fields. |
| 28 | +- **Dashboard:** Includes helpers for creating custom dashboard pages. |
| 29 | +- **Components:** Reusable UI components such as cards, buttons, and charts. |
| 30 | +- **WYSIWYG widget:** Built-in support for WYSIWYG (Trix). |
| 31 | +- **Array widget:** Built-in widget for `django.contrib.postgres.fields.ArrayField`. |
| 32 | +- **Inline tabs:** Groups inlines into tab navigation in the change form. |
| 33 | +- **Model tabs:** Allows defining custom tab navigation for models. |
| 34 | +- **Fieldset tabs:** Merges multiple fieldsets into tabs in the change form. |
| 35 | +- **Environment label**: Distinguishes between environments by displaying a label. |
| 36 | +- **Nonrelated inlines**: Displays nonrelated models as inlines in the change form. |
| 37 | +- **Favicons**: Built-in support for configuring various site favicons. |
| 38 | +- **Colors:** Allows customization of the default color scheme. |
| 39 | +- **Changeform modes:** Displays fields in compressed mode in the change form. |
| 40 | +- **Parallel admin**: Supports [running the default admin](https://unfoldadmin.com/blog/migrating-django-admin-unfold/?utm_medium=github&utm_source=unfold) alongside Unfold. |
| 41 | +- **Third party packages:** Default support for multiple popular applications. |
| 42 | +- **Configuration:** Most basic options can be changed in `settings.py`. |
| 43 | +- **Dependencies:** Fully based on `django.contrib.admin`. |
| 44 | +- **VS Code**: Project configuration and development container included. |
0 commit comments