django-unfold 0.39.0__py3-none-any.whl → 0.40.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- django_unfold-0.40.0.dist-info/METADATA +69 -0
- {django_unfold-0.39.0.dist-info → django_unfold-0.40.0.dist-info}/RECORD +21 -21
- unfold/admin.py +2 -0
- unfold/contrib/guardian/templates/unfold/guardian/group_form.html +2 -2
- unfold/contrib/guardian/templates/unfold/guardian/user_form.html +3 -3
- unfold/forms.py +7 -8
- unfold/sites.py +12 -0
- unfold/static/unfold/css/styles.css +1 -1
- unfold/templates/admin/app_list.html +1 -1
- unfold/templates/admin/change_list.html +8 -0
- unfold/templates/admin/edit_inline/stacked.html +59 -66
- unfold/templates/admin/edit_inline/tabular.html +127 -135
- unfold/templates/admin/login.html +2 -0
- unfold/templates/unfold/components/button.html +4 -3
- unfold/templates/unfold/components/card.html +1 -1
- unfold/templates/unfold/components/progress.html +15 -15
- unfold/templates/unfold/components/separator.html +1 -1
- unfold/templates/unfold/helpers/app_list.html +2 -2
- unfold/templates/unfold/helpers/welcomemsg.html +1 -1
- django_unfold-0.39.0.dist-info/METADATA +0 -70
- {django_unfold-0.39.0.dist-info → django_unfold-0.40.0.dist-info}/LICENSE.md +0 -0
- {django_unfold-0.39.0.dist-info → django_unfold-0.40.0.dist-info}/WHEEL +0 -0
@@ -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
|
-
[](https://github.com/unfoldadmin/django-unfold/assets/10785882/291e69c9-abdd-4f7e-a0d6-2af210a9013a#gh-light-mode-only)
|
26
|
-
|
27
|
-
[](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
|
-
[](https://github.com/unfoldadmin/django-unfold/actions?query=workflow%3Arelease)
|
32
|
-
[](https://pypi.org/project/django-unfold/)
|
33
|
-

|
34
|
-

|
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
|
-
|
File without changes
|
File without changes
|