django-adminflow 1.0.6__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.6 → django_adminflow-1.0.8}/PKG-INFO +8 -16
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/README.md +7 -15
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/django_adminflow.egg-info/PKG-INFO +8 -16
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/pyproject.toml +1 -1
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/__init__.py +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/apps.py +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/context_processors.py +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/forms.py +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/import_export.py +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/static/adminflow/img/logo.png +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/actions.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/base.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/base_site.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/change_form.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/change_list.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/change_list_results.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/delete_confirmation.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/delete_selected_confirmation.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/edit_inline/stacked.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/edit_inline/tabular.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/filter.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/import_export/change_list_export_item.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/import_export/change_list_import_item.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/import_export/export.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/includes/fieldset.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/includes/toast.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/index.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/logged_out.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/login.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/object_history.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/pagination.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/search_form.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/submit_line.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/verify_2fa.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/otp/email/token.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/otp/email/token.txt +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/registration/logged_out.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/registration/password_change_form.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/simple_history/object_history.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/simple_history/object_history_form.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/simple_history/submit_line.html +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templatetags/__init__.py +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templatetags/__pycache__/__init__.cpython-314.pyc +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templatetags/__pycache__/adminflow_tags.cpython-314.pyc +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templatetags/adminflow_tags.py +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/user_admin.py +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/views.py +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/django_adminflow.egg-info/SOURCES.txt +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/django_adminflow.egg-info/dependency_links.txt +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/django_adminflow.egg-info/requires.txt +0 -0
- {django_adminflow-1.0.6 → django_adminflow-1.0.8}/django_adminflow.egg-info/top_level.txt +0 -0
- {django_adminflow-1.0.6 → 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
|
|
|
@@ -77,19 +77,19 @@ AdminFlow is **not** a full CMS replacement. It is a **UI skin + integration lay
|
|
|
77
77
|
|
|
78
78
|
| Login | Dashboard |
|
|
79
79
|
|---|---|
|
|
80
|
-
|  |  |
|
|
80
|
+
|  |  |
|
|
81
81
|
|
|
82
82
|
| Customer List | Change Form |
|
|
83
83
|
|---|---|
|
|
84
|
-
|  |  |
|
|
84
|
+
|  |  |
|
|
85
85
|
|
|
86
86
|
| Export Page | Audit History |
|
|
87
87
|
|---|---|
|
|
88
|
-
|  |  |
|
|
88
|
+
|  |  |
|
|
89
89
|
|
|
90
90
|
| Import Page | 2FA / User Security |
|
|
91
91
|
|---|---|
|
|
92
|
-
|  |  |
|
|
92
|
+
|  |  |
|
|
93
93
|
|
|
94
94
|
---
|
|
95
95
|
|
|
@@ -381,14 +381,6 @@ class CrmConfig(AppConfig):
|
|
|
381
381
|
|
|
382
382
|
---
|
|
383
383
|
|
|
384
|
-
## Publishing to PyPI
|
|
385
|
-
|
|
386
|
-
```bash
|
|
387
|
-
pip install build twine
|
|
388
|
-
python -m build
|
|
389
|
-
twine upload dist/*
|
|
390
|
-
```
|
|
391
|
-
|
|
392
384
|
## Documentation
|
|
393
385
|
|
|
394
386
|
Full documentation: [django-adminflow.readthedocs.io/en/latest](https://django-adminflow.readthedocs.io/en/latest/)
|
|
@@ -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
|
|
|
@@ -32,19 +32,19 @@ AdminFlow is **not** a full CMS replacement. It is a **UI skin + integration lay
|
|
|
32
32
|
|
|
33
33
|
| Login | Dashboard |
|
|
34
34
|
|---|---|
|
|
35
|
-
|  |  |
|
|
35
|
+
|  |  |
|
|
36
36
|
|
|
37
37
|
| Customer List | Change Form |
|
|
38
38
|
|---|---|
|
|
39
|
-
|  |  |
|
|
39
|
+
|  |  |
|
|
40
40
|
|
|
41
41
|
| Export Page | Audit History |
|
|
42
42
|
|---|---|
|
|
43
|
-
|  |  |
|
|
43
|
+
|  |  |
|
|
44
44
|
|
|
45
45
|
| Import Page | 2FA / User Security |
|
|
46
46
|
|---|---|
|
|
47
|
-
|  |  |
|
|
47
|
+
|  |  |
|
|
48
48
|
|
|
49
49
|
---
|
|
50
50
|
|
|
@@ -336,14 +336,6 @@ class CrmConfig(AppConfig):
|
|
|
336
336
|
|
|
337
337
|
---
|
|
338
338
|
|
|
339
|
-
## Publishing to PyPI
|
|
340
|
-
|
|
341
|
-
```bash
|
|
342
|
-
pip install build twine
|
|
343
|
-
python -m build
|
|
344
|
-
twine upload dist/*
|
|
345
|
-
```
|
|
346
|
-
|
|
347
339
|
## Documentation
|
|
348
340
|
|
|
349
341
|
Full documentation: [django-adminflow.readthedocs.io/en/latest](https://django-adminflow.readthedocs.io/en/latest/)
|
|
@@ -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
|
|
|
@@ -77,19 +77,19 @@ AdminFlow is **not** a full CMS replacement. It is a **UI skin + integration lay
|
|
|
77
77
|
|
|
78
78
|
| Login | Dashboard |
|
|
79
79
|
|---|---|
|
|
80
|
-
|  |  |
|
|
80
|
+
|  |  |
|
|
81
81
|
|
|
82
82
|
| Customer List | Change Form |
|
|
83
83
|
|---|---|
|
|
84
|
-
|  |  |
|
|
84
|
+
|  |  |
|
|
85
85
|
|
|
86
86
|
| Export Page | Audit History |
|
|
87
87
|
|---|---|
|
|
88
|
-
|  |  |
|
|
88
|
+
|  |  |
|
|
89
89
|
|
|
90
90
|
| Import Page | 2FA / User Security |
|
|
91
91
|
|---|---|
|
|
92
|
-
|  |  |
|
|
92
|
+
|  |  |
|
|
93
93
|
|
|
94
94
|
---
|
|
95
95
|
|
|
@@ -381,14 +381,6 @@ class CrmConfig(AppConfig):
|
|
|
381
381
|
|
|
382
382
|
---
|
|
383
383
|
|
|
384
|
-
## Publishing to PyPI
|
|
385
|
-
|
|
386
|
-
```bash
|
|
387
|
-
pip install build twine
|
|
388
|
-
python -m build
|
|
389
|
-
twine upload dist/*
|
|
390
|
-
```
|
|
391
|
-
|
|
392
384
|
## Documentation
|
|
393
385
|
|
|
394
386
|
Full documentation: [django-adminflow.readthedocs.io/en/latest](https://django-adminflow.readthedocs.io/en/latest/)
|
|
@@ -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.6 → django_adminflow-1.0.8}/adminflow/templates/admin/change_form.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/change_list.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/change_list_results.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/delete_confirmation.html
RENAMED
|
File without changes
|
|
File without changes
|
{django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/edit_inline/stacked.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.6 → 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.6 → django_adminflow-1.0.8}/adminflow/templates/admin/includes/fieldset.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.6 → 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.6 → django_adminflow-1.0.8}/adminflow/templates/admin/object_history.html
RENAMED
|
File without changes
|
|
File without changes
|
{django_adminflow-1.0.6 → django_adminflow-1.0.8}/adminflow/templates/admin/search_form.html
RENAMED
|
File without changes
|
{django_adminflow-1.0.6 → 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.6 → 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.6 → 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
|