django-unfold 0.39.0__py3-none-any.whl → 0.40.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,70 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: django-unfold
3
- Version: 0.39.0
4
- Summary: Modern Django admin theme for seamless interface development
5
- Home-page: https://unfoldadmin.com
6
- License: MIT
7
- Keywords: django,admin,tailwind,theme
8
- Requires-Python: >=3.8
9
- Classifier: Environment :: Web Environment
10
- Classifier: Framework :: Django
11
- Classifier: Intended Audience :: Developers
12
- Classifier: License :: OSI Approved :: MIT License
13
- Classifier: Operating System :: OS Independent
14
- Classifier: Programming Language :: Python
15
- Classifier: Programming Language :: Python :: 3
16
- Classifier: Programming Language :: Python :: 3.8
17
- Classifier: Programming Language :: Python :: 3.9
18
- Classifier: Programming Language :: Python :: 3.10
19
- Classifier: Programming Language :: Python :: 3.11
20
- Classifier: Programming Language :: Python :: 3.12
21
- Requires-Dist: django (>=3.2)
22
- Project-URL: Repository, https://github.com/unfoldadmin/django-unfold
23
- Description-Content-Type: text/markdown
24
-
25
- [![screenshot-light](https://github.com/unfoldadmin/django-unfold/assets/10785882/291e69c9-abdd-4f7e-a0d6-2af210a9013a#gh-light-mode-only)](https://github.com/unfoldadmin/django-unfold/assets/10785882/291e69c9-abdd-4f7e-a0d6-2af210a9013a#gh-light-mode-only)
26
-
27
- [![screenshot-dark](https://github.com/unfoldadmin/django-unfold/assets/10785882/94a2e90f-924a-4aaf-b6d9-cb1592000c55#gh-dark-mode-only)](https://github.com/unfoldadmin/django-unfold/assets/10785882/94a2e90f-924a-4aaf-b6d9-cb1592000c55#gh-dark-mode-only)
28
-
29
- ## Unfold Django Admin Theme
30
-
31
- [![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)
32
- [![PyPI - Version](https://img.shields.io/pypi/v/django-unfold.svg?style=for-the-badge)](https://pypi.org/project/django-unfold/)
33
- ![Code Style - Ruff](https://img.shields.io/badge/code%20style-ruff-30173D.svg?style=for-the-badge)
34
- ![Pre Commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge)
35
-
36
- 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.
37
-
38
- - **Documentation:** full docs are available at [unfoldadmin.com/docs](https://unfoldadmin.com/docs?utm_medium=github&utm_source=unfold)
39
- - **Unfold:** demo site is available at [unfoldadmin.com](https://unfoldadmin.com?utm_medium=github&utm_source=unfold)
40
- - **Formula:** repository with demo implementation at [github.com/unfoldadmin/formula](https://github.com/unfoldadmin/formula)
41
- - **Turbo:** Django & Next.js boilerplate implementing Unfold at [github.com/unfoldadmin/turbo](https://github.com/unfoldadmin/turbo)
42
-
43
- ## Are you using Unfold and need a help?
44
-
45
- 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.
46
-
47
- ## Features
48
-
49
- - **Visual**: provides a new user interface based on Tailwind CSS framework
50
- - **Sidebar:** simplifies definition of custom sidebar navigation with icons
51
- - **Dark mode:** supports both light and dark mode versions
52
- - **Configuration:** most of the basic options can be changed in settings.py
53
- - **Dependencies:** completely based only on `django.contrib.admin`
54
- - **Actions:** multiple ways how to define actions within different parts of admin
55
- - **WYSIWYG:** built-in support for WYSIWYG (Trix)
56
- - **Array widget:** built-in widget for `django.contrib.postgres.fields.ArrayField`
57
- - **Filters:** custom dropdown, numeric, datetime, and text fields
58
- - **Dashboard:** custom components for rapid dashboard development
59
- - **Inline tabs:** group inlines into tab navigation in the change form
60
- - **Model tabs:** define custom tab navigations for models
61
- - **Fieldset tabs:** merge several fieldsets into tabs in the change form
62
- - **Colors:** possibility to override the default color scheme
63
- - **Changeform modes:** display fields in the change form in compressed mode
64
- - **Third party packages:** default support for multiple popular applications
65
- - **Environment label**: distinguish between environments by displaying a label
66
- - **Nonrelated inlines**: displays nonrelated model as inline in changeform
67
- - **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)
68
- - **Favicons**: built-in support for configuring various site favicons
69
- - **VS Code**: project configuration and development container is included
70
-