django-adminflow 1.0.7__tar.gz → 1.0.8__tar.gz
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_adminflow-1.0.7 → django_adminflow-1.0.8}/PKG-INFO +4 -4
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/README.md +3 -3
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/django_adminflow.egg-info/PKG-INFO +4 -4
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/pyproject.toml +1 -1
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/__init__.py +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/apps.py +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/context_processors.py +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/forms.py +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/import_export.py +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/static/adminflow/img/logo.png +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/actions.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/base.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/base_site.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/change_form.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/change_list.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/change_list_results.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/delete_confirmation.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/delete_selected_confirmation.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/edit_inline/stacked.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/edit_inline/tabular.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/filter.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/import_export/change_list_export_item.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/import_export/change_list_import_item.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/import_export/export.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/includes/fieldset.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/includes/toast.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/index.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/logged_out.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/login.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/object_history.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/pagination.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/search_form.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/submit_line.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/verify_2fa.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/otp/email/token.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/otp/email/token.txt +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/registration/logged_out.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/registration/password_change_form.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/simple_history/object_history.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/simple_history/object_history_form.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/simple_history/submit_line.html +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templatetags/__init__.py +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templatetags/__pycache__/__init__.cpython-314.pyc +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templatetags/__pycache__/adminflow_tags.cpython-314.pyc +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templatetags/adminflow_tags.py +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/user_admin.py +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/views.py +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/django_adminflow.egg-info/SOURCES.txt +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/django_adminflow.egg-info/dependency_links.txt +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/django_adminflow.egg-info/requires.txt +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/django_adminflow.egg-info/top_level.txt +0 -0
- {django_adminflow-1.0.7 → django_adminflow-1.0.8}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-adminflow
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Summary: A premium, modern SaaS design system for the Django Admin interface with built-in 2FA, history tracking, and import/export
|
|
5
5
|
Author-email: Edgar <edgar@example.com>
|
|
6
6
|
License: MIT
|
|
@@ -49,9 +49,9 @@ Requires-Dist: openpyxl>=3.1; extra == "all"
|
|
|
49
49
|
|
|
50
50
|
[](https://pypi.org/project/django-adminflow/)
|
|
51
51
|
[](https://pypi.org/project/django-adminflow/)
|
|
52
|
-
[](https://pypi.org/project/django-adminflow/)
|
|
53
|
+
[](https://github.com/ramos208/Django-AdminFlow./blob/master/LICENSE)
|
|
54
|
+
[](https://django-adminflow.readthedocs.io/en/latest/)
|
|
55
55
|
|
|
56
56
|
AdminFlow is a **drop-in Django Admin UI template** that replaces the default Django admin with a clean, minimalist SaaS-grade interface. Beyond the UI refresh, it ships with **ready-to-use integrations** for the most popular Django ecosystem packages — two-factor authentication, per-record audit history, and multi-format import/export — so you get powerful admin features with zero boilerplate.
|
|
57
57
|
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://pypi.org/project/django-adminflow/)
|
|
6
6
|
[](https://pypi.org/project/django-adminflow/)
|
|
7
|
-
[](https://pypi.org/project/django-adminflow/)
|
|
8
|
+
[](https://github.com/ramos208/Django-AdminFlow./blob/master/LICENSE)
|
|
9
|
+
[](https://django-adminflow.readthedocs.io/en/latest/)
|
|
10
10
|
|
|
11
11
|
AdminFlow is a **drop-in Django Admin UI template** that replaces the default Django admin with a clean, minimalist SaaS-grade interface. Beyond the UI refresh, it ships with **ready-to-use integrations** for the most popular Django ecosystem packages — two-factor authentication, per-record audit history, and multi-format import/export — so you get powerful admin features with zero boilerplate.
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-adminflow
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Summary: A premium, modern SaaS design system for the Django Admin interface with built-in 2FA, history tracking, and import/export
|
|
5
5
|
Author-email: Edgar <edgar@example.com>
|
|
6
6
|
License: MIT
|
|
@@ -49,9 +49,9 @@ Requires-Dist: openpyxl>=3.1; extra == "all"
|
|
|
49
49
|
|
|
50
50
|
[](https://pypi.org/project/django-adminflow/)
|
|
51
51
|
[](https://pypi.org/project/django-adminflow/)
|
|
52
|
-
[](https://pypi.org/project/django-adminflow/)
|
|
53
|
+
[](https://github.com/ramos208/Django-AdminFlow./blob/master/LICENSE)
|
|
54
|
+
[](https://django-adminflow.readthedocs.io/en/latest/)
|
|
55
55
|
|
|
56
56
|
AdminFlow is a **drop-in Django Admin UI template** that replaces the default Django admin with a clean, minimalist SaaS-grade interface. Beyond the UI refresh, it ships with **ready-to-use integrations** for the most popular Django ecosystem packages — two-factor authentication, per-record audit history, and multi-format import/export — so you get powerful admin features with zero boilerplate.
|
|
57
57
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "django-adminflow"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.8"
|
|
8
8
|
description = "A premium, modern SaaS design system for the Django Admin interface with built-in 2FA, history tracking, and import/export"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/change_form.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/change_list.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/change_list_results.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/delete_confirmation.html
RENAMED
|
File without changes
|
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/edit_inline/stacked.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/edit_inline/tabular.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/includes/fieldset.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/includes/toast.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/object_history.html
RENAMED
|
File without changes
|
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/search_form.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/admin/submit_line.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/adminflow/templates/registration/logged_out.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_adminflow-1.0.7 → django_adminflow-1.0.8}/django_adminflow.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|