django-unfold 0.21.0__tar.gz → 0.22.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {django_unfold-0.21.0 → django_unfold-0.22.0}/LICENSE.md +1 -1
- {django_unfold-0.21.0 → django_unfold-0.22.0}/PKG-INFO +20 -1
- {django_unfold-0.21.0 → django_unfold-0.22.0}/README.md +19 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/pyproject.toml +10 -21
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/apps.py +1 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/apps.py +1 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/static/unfold/forms/js/trix.js +0 -1
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/apps.py +1 -1
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/apps.py +1 -1
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/sites.py +1 -1
- django_unfold-0.22.0/src/unfold/static/unfold/css/styles.css +1 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/styles.css +4 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/app_list.html +0 -6
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/base.html +1 -1
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/change_list.html +1 -1
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/change_list_results.html +2 -2
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/login.html +9 -5
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/account_links.html +2 -2
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/app_list.html +5 -1
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/display_label.html +2 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templatetags/unfold_list.py +57 -44
- django_unfold-0.21.0/src/unfold/static/unfold/css/styles.css +0 -1
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/__init__.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/admin.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/apps.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/checks.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/__init__.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/__init__.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/admin.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/forms.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/static/unfold/filters/css/nouislider.min.css +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/static/unfold/filters/js/DateTimeShortcuts.js +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/static/unfold/filters/js/admin-numeric-filter.js +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/static/unfold/filters/js/nouislider.min.js +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/static/unfold/filters/js/wNumb.min.js +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_date_range.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_datetime_range.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_range.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_single.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_slider.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/__init__.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/static/unfold/forms/css/trix.css +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/static/unfold/forms/js/trix.config.js +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/templates/unfold/forms/helpers/toolbar.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/templates/unfold/forms/wysiwyg.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/widgets.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/__init__.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/change_form.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/field.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_group.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_user.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/unfold/guardian/group_form.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/unfold/guardian/user_form.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/__init__.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/admin.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/forms.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/base.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_export_item.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_import_export.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_import_item.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/export.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_confirm.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_errors.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_form.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_preview.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_validation.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/__init__.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/apps.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/templates/simple_history/_object_history_list.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/templates/simple_history/object_history.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/templates/simple_history/object_history_form.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/templates/simple_history/submit_line.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/dataclasses.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/decorators.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/exceptions.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/forms.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/settings.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/inter/Inter-Bold.woff2 +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/inter/Inter-Medium.woff2 +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/inter/Inter-Regular.woff2 +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/inter/Inter-SemiBold.woff2 +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/inter/styles.css +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/material-symbols/Material-Symbols-Outlined.woff2 +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/material-symbols/styles.css +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/js/alpine.js +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/js/alpine.persist.js +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/js/app.js +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/js/chart.js +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/js/htmx.js +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/actions.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/app_index.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/auth/user/add_form.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/auth/user/change_password.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/base_site.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/change_form.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/change_form_object_tools.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/change_list_object_tools.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/date_hierarchy.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/delete_confirmation.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/delete_selected_confirmation.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/edit_inline/stacked.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/edit_inline/tabular.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/filter.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/includes/fieldset.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/includes/object_delete_summary.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/index.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/nav_sidebar.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/object_history.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/pagination.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/search_form.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/submit_line.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/widgets/clearable_file_input.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/widgets/radio.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/widgets/radio_option.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/widgets/related_widget_wrapper.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/widgets/split_datetime.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/auth/widgets/read_only_password_hash.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/registration/logged_out.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/registration/password_change_done.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/registration/password_change_form.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/change_list_filter.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/card.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/chart/bar.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/chart/line.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/container.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/flex.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/navigation.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/progress.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/separator.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/text.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/title.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/actions_row.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/add_link.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/app_list_default.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/boolean.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/breadcrumb_item.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/display_header.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/field.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/field_readonly.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/fieldsets_tabs.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/form_errors.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/form_label.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/header.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/help_text.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/history.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/label.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/messages/error.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/messages/errornote.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/messages/info.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/messages.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/navigation.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/pagination_current_item.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/pagination_ellipsis.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/search.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/search_results.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/site_icon.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/site_logo.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/submit.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/tab_action.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/tab_list.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/theme_switch.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/userlinks.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/welcomemsg.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/layouts/base_simple.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/layouts/skeleton.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/clearable_file_input_small.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/date.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/range.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/split_datetime_vertical.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/split_money.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/textarea.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/time.html +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templatetags/__init__.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templatetags/unfold.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/typing.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/utils.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/views.py +0 -0
- {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/widgets.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: django-unfold
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.22.0
|
4
4
|
Summary: Modern Django admin theme for seamless interface development
|
5
5
|
Home-page: https://unfoldadmin.com
|
6
6
|
License: MIT
|
@@ -59,6 +59,7 @@ Did you decide to start using Unfold but you don't have time to make the switch
|
|
59
59
|
- **Colors:** possibility to override default color scheme
|
60
60
|
- **Third party packages:** default support for multiple popular applications
|
61
61
|
- **Environment label**: distinguish between environments by displaying a label
|
62
|
+
- **VS Code**: project configuration and development container is included
|
62
63
|
|
63
64
|
## Table of contents <!-- omit from toc -->
|
64
65
|
|
@@ -94,6 +95,9 @@ Did you decide to start using Unfold but you don't have time to make the switch
|
|
94
95
|
- [Pre-commit](#pre-commit)
|
95
96
|
- [Poetry configuration](#poetry-configuration)
|
96
97
|
- [Compiling Tailwind](#compiling-tailwind)
|
98
|
+
- [Using VS Code with containers](#using-vs-code-with-containers)
|
99
|
+
- [Development server](#development-server)
|
100
|
+
- [Compiling Tailwind in devcontainer](#compiling-tailwind-in-devcontainer)
|
97
101
|
- [Credits](#credits)
|
98
102
|
|
99
103
|
## Installation
|
@@ -989,6 +993,7 @@ Before adding any source code, it is recommended to have pre-commit installed on
|
|
989
993
|
pip install pre-commit
|
990
994
|
pre-commit install
|
991
995
|
pre-commit install --hook-type commit-msg
|
996
|
+
pre-commit run --all-files # Check if everything is okay
|
992
997
|
```
|
993
998
|
|
994
999
|
### Poetry configuration
|
@@ -1016,6 +1021,20 @@ Some components like datepickers, calendars or selectors in admin was not possib
|
|
1016
1021
|
|
1017
1022
|
**Note:** most of the custom styles located in style.css are created via `@apply some-tailwind-class;` as is not possible to manually add CSS class to element which are for example created via jQuery.
|
1018
1023
|
|
1024
|
+
### Using VS Code with containers
|
1025
|
+
|
1026
|
+
Unfold already contains prepared support for VS Code development. After cloning the project locally, open the main folder in VS Code (in terminal `code .`). Immediately, you would see a message from VS Code **Folder contains a Dev Container configuration file. Reopen folder to develop in a container** which will inform you that the support for containers is prepared. Confirm the message by clicking on **Reopen in Container**. If the message is not there, you can still manually open the project in a container by running the command **Dev Containers: Reopen in Container**.
|
1027
|
+
|
1028
|
+
#### Development server
|
1029
|
+
|
1030
|
+
Now the VS Code will build an image and install Python dependencies. After successful installation is completed, VS Code will spin a container and from now it is possible to directly develop in the container. Unfold contains an example development application with the basic Unfold configuration available under `tests/server`. Run `python manage.py runserver` within a `tests/server` folder to start a development Django server. Note that you have to run the command from VS Code terminal which is already connected to the running container.
|
1031
|
+
|
1032
|
+
**Note:** this is not a production ready server. Use it just for running tests or developing features & fixes.
|
1033
|
+
|
1034
|
+
#### Compiling Tailwind in devcontainer
|
1035
|
+
|
1036
|
+
The container has already a node preinstalled so it is possible to compile a new CSS. Open the terminal and run `npm install` which will install all dependencies and will create `node_modules` folder. Now, you can run npm commands for Tailwind as described in the previous chapter.
|
1037
|
+
|
1019
1038
|
## Credits
|
1020
1039
|
|
1021
1040
|
- [TailwindCSS](https://tailwindcss.com/) - CSS framework
|
@@ -35,6 +35,7 @@ Did you decide to start using Unfold but you don't have time to make the switch
|
|
35
35
|
- **Colors:** possibility to override default color scheme
|
36
36
|
- **Third party packages:** default support for multiple popular applications
|
37
37
|
- **Environment label**: distinguish between environments by displaying a label
|
38
|
+
- **VS Code**: project configuration and development container is included
|
38
39
|
|
39
40
|
## Table of contents <!-- omit from toc -->
|
40
41
|
|
@@ -70,6 +71,9 @@ Did you decide to start using Unfold but you don't have time to make the switch
|
|
70
71
|
- [Pre-commit](#pre-commit)
|
71
72
|
- [Poetry configuration](#poetry-configuration)
|
72
73
|
- [Compiling Tailwind](#compiling-tailwind)
|
74
|
+
- [Using VS Code with containers](#using-vs-code-with-containers)
|
75
|
+
- [Development server](#development-server)
|
76
|
+
- [Compiling Tailwind in devcontainer](#compiling-tailwind-in-devcontainer)
|
73
77
|
- [Credits](#credits)
|
74
78
|
|
75
79
|
## Installation
|
@@ -965,6 +969,7 @@ Before adding any source code, it is recommended to have pre-commit installed on
|
|
965
969
|
pip install pre-commit
|
966
970
|
pre-commit install
|
967
971
|
pre-commit install --hook-type commit-msg
|
972
|
+
pre-commit run --all-files # Check if everything is okay
|
968
973
|
```
|
969
974
|
|
970
975
|
### Poetry configuration
|
@@ -992,6 +997,20 @@ Some components like datepickers, calendars or selectors in admin was not possib
|
|
992
997
|
|
993
998
|
**Note:** most of the custom styles located in style.css are created via `@apply some-tailwind-class;` as is not possible to manually add CSS class to element which are for example created via jQuery.
|
994
999
|
|
1000
|
+
### Using VS Code with containers
|
1001
|
+
|
1002
|
+
Unfold already contains prepared support for VS Code development. After cloning the project locally, open the main folder in VS Code (in terminal `code .`). Immediately, you would see a message from VS Code **Folder contains a Dev Container configuration file. Reopen folder to develop in a container** which will inform you that the support for containers is prepared. Confirm the message by clicking on **Reopen in Container**. If the message is not there, you can still manually open the project in a container by running the command **Dev Containers: Reopen in Container**.
|
1003
|
+
|
1004
|
+
#### Development server
|
1005
|
+
|
1006
|
+
Now the VS Code will build an image and install Python dependencies. After successful installation is completed, VS Code will spin a container and from now it is possible to directly develop in the container. Unfold contains an example development application with the basic Unfold configuration available under `tests/server`. Run `python manage.py runserver` within a `tests/server` folder to start a development Django server. Note that you have to run the command from VS Code terminal which is already connected to the running container.
|
1007
|
+
|
1008
|
+
**Note:** this is not a production ready server. Use it just for running tests or developing features & fixes.
|
1009
|
+
|
1010
|
+
#### Compiling Tailwind in devcontainer
|
1011
|
+
|
1012
|
+
The container has already a node preinstalled so it is possible to compile a new CSS. Open the terminal and run `npm install` which will install all dependencies and will create `node_modules` folder. Now, you can run npm commands for Tailwind as described in the previous chapter.
|
1013
|
+
|
995
1014
|
## Credits
|
996
1015
|
|
997
1016
|
- [TailwindCSS](https://tailwindcss.com/) - CSS framework
|
@@ -1,21 +1,14 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "django-unfold"
|
3
|
-
version = "0.
|
3
|
+
version = "0.22.0"
|
4
4
|
description = "Modern Django admin theme for seamless interface development"
|
5
5
|
license = "MIT"
|
6
6
|
readme = "README.md"
|
7
7
|
authors = []
|
8
8
|
homepage = "https://unfoldadmin.com"
|
9
9
|
repository = "https://github.com/unfoldadmin/django-unfold"
|
10
|
-
packages = [
|
11
|
-
|
12
|
-
]
|
13
|
-
keywords = [
|
14
|
-
"django",
|
15
|
-
"admin",
|
16
|
-
"tailwind",
|
17
|
-
"theme",
|
18
|
-
]
|
10
|
+
packages = [{ include = "unfold", from = "src" }]
|
11
|
+
keywords = ["django", "admin", "tailwind", "theme"]
|
19
12
|
classifiers = [
|
20
13
|
"Programming Language :: Python",
|
21
14
|
"Programming Language :: Python :: 3.8",
|
@@ -39,7 +32,6 @@ pytest-django = "^4.5.2"
|
|
39
32
|
tox = "^4.5.2"
|
40
33
|
|
41
34
|
|
42
|
-
|
43
35
|
[tool.poetry.group.dev.dependencies]
|
44
36
|
python-semantic-release = "^8.7.0"
|
45
37
|
|
@@ -56,23 +48,19 @@ select = [
|
|
56
48
|
"UP", # pyupgrade
|
57
49
|
]
|
58
50
|
ignore = [
|
59
|
-
"E501",
|
60
|
-
"B905",
|
61
|
-
"C901",
|
51
|
+
"E501", # line too long, handled by black
|
52
|
+
"B905", # zip() without strict=True
|
53
|
+
"C901", # too complex
|
62
54
|
]
|
63
55
|
|
64
56
|
[tool.semantic_release]
|
65
57
|
tag_format = "{version}"
|
66
58
|
major_on_zero = true
|
67
|
-
version_toml = [
|
68
|
-
"pyproject.toml:tool.poetry.version"
|
69
|
-
]
|
59
|
+
version_toml = ["pyproject.toml:tool.poetry.version"]
|
70
60
|
|
71
61
|
[tool.semantic_release.changelog]
|
72
62
|
template_dir = ".github/templates"
|
73
|
-
exclude_commit_patterns = [
|
74
|
-
"chore: version bump"
|
75
|
-
]
|
63
|
+
exclude_commit_patterns = ["chore: version bump"]
|
76
64
|
|
77
65
|
[tool.semantic_release.changelog.environment]
|
78
66
|
trim_blocks = true
|
@@ -85,8 +73,9 @@ upload_to_vcs_release = false
|
|
85
73
|
addopts = """\
|
86
74
|
--strict-config
|
87
75
|
--strict-markers
|
88
|
-
--ds=
|
76
|
+
--ds=example.settings
|
89
77
|
"""
|
78
|
+
pythonpath = "tests/server"
|
90
79
|
django_find_project = false
|
91
80
|
|
92
81
|
[build-system]
|