README.md edited

This commit is contained in:
2024-12-06 10:45:08 +09:00
parent 09e4edee6b
commit 1aa387aa59
13921 changed files with 2057290 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2020
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,168 @@
Metadata-Version: 2.1
Name: django-jazzmin
Version: 3.0.1
Summary: Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy
Home-page: https://github.com/farridav/django-jazzmin
License: MIT
Keywords: django,dashboard,theme,admin,jazzmin
Author: Shipit
Author-email: packages@shipit.ltd
Maintainer: Shipit
Maintainer-email: packages@shipit.ltd
Requires-Python: >=3.8
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: django (>=4.2)
Project-URL: All Releases, https://github.com/farridav/django-jazzmin/releases
Project-URL: Bug Tracker, https://github.com/farridav/django-jazzmin/issues
Project-URL: Documentation, https://django-jazzmin.readthedocs.io
Project-URL: Latest Release, https://github.com/farridav/django-jazzmin/releases/latest
Project-URL: Repository, https://github.com/farridav/django-jazzmin
Project-URL: Source, https://github.com/farridav/django-jazzmin
Description-Content-Type: text/markdown
# Django jazzmin (Jazzy Admin)
## Project Status
This project is being actively maintained, though with a reduced feature set, we are looking for contributors to help
maintain and improve the project, please get in touch if you would like to help.
Help needed with:
- Triaging issues
- Frontend fixes and UI improvements
- Testing
- Documentation
Pull requests are welcome, though ive been pre-occupied with other projects lately, so have not been able to review
them as quickly as I would like, but im trying to get through them all now, hopefully with some outside help.
[![Docs](https://readthedocs.org/projects/django-jazzmin/badge/?version=latest)](https://django-jazzmin.readthedocs.io)
![PyPI download month](https://img.shields.io/pypi/dm/django-jazzmin.svg)
[![PyPI version](https://badge.fury.io/py/django-jazzmin.svg)](https://pypi.python.org/pypi/django-jazzmin/)
![Python versions](https://img.shields.io/badge/python-%3E=3.8-brightgreen)
![Django Versions](https://img.shields.io/badge/django-%3E=4.2-brightgreen)
[![Coverage Status](https://coveralls.io/repos/github/farridav/django-jazzmin/badge.svg?branch=master)](https://coveralls.io/github/farridav/django-jazzmin?branch=master)
Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy
## Installation
```bash
pip install django-jazzmin
```
## Documentation
See [Documentation](https://django-jazzmin.readthedocs.io) or [Test App](https://github.com/farridav/django-jazzmin/tree/master/tests/test_app/library/settings.py)
## Features
- Drop-in admin skin, all configuration optional
- Customisable side menu
- Customisable top menu
- Customisable user menu
- 4 different Change form templates (horizontal tabs, vertical tabs, carousel, collapsible)
- Bootstrap 4 modal (instead of the old popup window, optional)
- Search bar for any given model admin
- Customisable UI (via Live UI changes, or custom CSS/JS)
- Responsive
- Select2 drop-downs
- Bootstrap 4 & AdminLTE UI components
- Using the latest [adminlte](https://adminlte.io/) + [bootstrap](https://getbootstrap.com/)
## Screenshots
## Dashboard
![dashboard](https://django-jazzmin.readthedocs.io/img/dashboard.png)
## List view
![table list](https://django-jazzmin.readthedocs.io/img/list_view.png)
## Change form templates
### Collapsed side menu
![form page](https://django-jazzmin.readthedocs.io/img/detail_view.png)
### Expanded side menu
![Single](https://django-jazzmin.readthedocs.io/img/changeform_single.png)
### Horizontal tabs
![Horizontal tabs](https://django-jazzmin.readthedocs.io/img/changeform_horizontal_tabs.png)
### Vertical tabs
![Vertical tabs](https://django-jazzmin.readthedocs.io/img/changeform_vertical_tabs.png)
### Collapsible
![Collapsible](https://django-jazzmin.readthedocs.io/img/changeform_collapsible.png)
### Carousel
![Carousel](https://django-jazzmin.readthedocs.io/img/changeform_carousel.png)
### Related modal
![Related modal](https://django-jazzmin.readthedocs.io/img/related_modal_bootstrap.png)
## History page
![form page](https://django-jazzmin.readthedocs.io/img/history_page.png)
## Login view
![login](https://django-jazzmin.readthedocs.io/img/login.png)
## UI Customiser
![ui_customiser](https://django-jazzmin.readthedocs.io/img/ui_customiser.png)
## Mobile layout
![mobile](https://django-jazzmin.readthedocs.io/img/dashboard_mobile.png)
## Tablet layout
![tablet](https://django-jazzmin.readthedocs.io/img/dashboard_tablet.png)
## Admin Docs (if installed)
![admin_docs](https://django-jazzmin.readthedocs.io/img/admin_docs.png)
## Thanks
This was initially a Fork of <https://github.com/wuyue92tree/django-adminlte-ui> that we refactored so much we thought it
deserved its own package, big thanks to @wuyue92tree for all of his initial hard work, we are still patching into that
project were possible, but this project has taken a different direction.
The javascript modal implementation uses some code from [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface/blob/master/admin_interface/static/admin/js/popup_response.js), so thanks to @fabiocaccamo for original work
- Based on AdminLTE 3: <https://adminlte.io/>
- Using Bootstrap 4: <https://getbootstrap.com/>
- Using Font Awesome 5: <https://fontawesome.com/>

View File

@@ -0,0 +1,168 @@
django_jazzmin-3.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
django_jazzmin-3.0.1.dist-info/LICENSE,sha256=PufEtkm3g2iPEYbJqg2lDjMQJ1FMm_oUPyeYPiN4PHE,1056
django_jazzmin-3.0.1.dist-info/METADATA,sha256=q8QoTwlwOQGtIOJWzOPJZRPbbIEcv4QmygHsqGkvY_Q,6160
django_jazzmin-3.0.1.dist-info/RECORD,,
django_jazzmin-3.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django_jazzmin-3.0.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
jazzmin/__init__.py,sha256=JwOXWvQFYOrhztt-Uq4IVY-0waFh60237QOPgWAeTeo,564
jazzmin/__pycache__/__init__.cpython-310.pyc,,
jazzmin/__pycache__/apps.cpython-310.pyc,,
jazzmin/__pycache__/compat.cpython-310.pyc,,
jazzmin/__pycache__/settings.cpython-310.pyc,,
jazzmin/__pycache__/utils.cpython-310.pyc,,
jazzmin/__pycache__/widgets.cpython-310.pyc,,
jazzmin/apps.py,sha256=5jQLmDQSTND9QZAiep5o_PvIosV7DRnx1clTC9u6wrM,210
jazzmin/compat.py,sha256=wNS982SBDQ8Uhdvaw0OMkEwfSwEMFCmFiNEcXGGG_EA,176
jazzmin/locale/bg/LC_MESSAGES/django.mo,sha256=hc6Qeygr6R-EL4AAMGwT0MngcJBN9IHSUGb9oKm7LOk,9666
jazzmin/locale/bg/LC_MESSAGES/django.po,sha256=AMtlXIdgsnlpPo56y79xo_e7e91-_ysA79XSqx9vGtA,17953
jazzmin/locale/de/LC_MESSAGES/django.mo,sha256=fVTIolUzgQV2vyI86J3aRqwPuOOmCG2vyHroRJeyBjY,1536
jazzmin/locale/de/LC_MESSAGES/django.po,sha256=MGRo9xTpOFGWcDzrROB71AH4_Rt1UDEOgkvjzuMj_Us,2486
jazzmin/locale/es/LC_MESSAGES/django.mo,sha256=lM1Brs-OSl7tst9PqdOqVLyR9NdiXFEaqZrjHDu6HSI,1572
jazzmin/locale/es/LC_MESSAGES/django.po,sha256=MBp0srkd-dUDOQq8lR9shBDqljAHGJ3vIQFjGT5ZZlw,2518
jazzmin/locale/fr/LC_MESSAGES/django.mo,sha256=jHBM4lio-HuZWPw1GYmv-veRZTUI80bpfMCFZW1Nk6M,3080
jazzmin/locale/fr/LC_MESSAGES/django.po,sha256=OxU9HM_WUmlOfs3CCOaw36i6PVrFUL1kyX_esPmYFCE,3379
jazzmin/locale/hu/LC_MESSAGES/django.mo,sha256=3cFh2oqfdvfnmECY6hkSjAYRReiQ6tpH1bUI404b6bU,2967
jazzmin/locale/hu/LC_MESSAGES/django.po,sha256=FJrE3pSQcJW3Ms1v1WYGRB5iuwZ-CeYShbvaW5P-s0w,5327
jazzmin/locale/ru/LC_MESSAGES/django.mo,sha256=pkYA4zTFA9ktUlOY7D0XzOpqJCCrhp4eweOhFEqbjDk,2862
jazzmin/locale/ru/LC_MESSAGES/django.po,sha256=j4TViXey6vicWbgxhJnBUYbN9EU2qSkuts9DTqADhCc,4142
jazzmin/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=LjaZY9Vf2yowrft2sgb4YpenzYNbOgUJdSfMYQ7Fras,1323
jazzmin/locale/zh_Hans/LC_MESSAGES/django.po,sha256=8OGc5sMZBAiHURSqQm0RTMBsET_t4hy77uKqFamJGWE,2085
jazzmin/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=0z0foOvnXYZkFKTOKSfKZjQqFmt33O3y1egNs-Jry5c,1325
jazzmin/locale/zh_Hant/LC_MESSAGES/django.po,sha256=a6NSx4RrRlFdPEwiMiNL1JAKdg_S4fnegzvqcxjupkU,2088
jazzmin/settings.py,sha256=Tzt1tZ4hVaF0x0Tw_WcX5NQc6aB89qcge-PV7E1QajI,13768
jazzmin/static/admin/js/cancel.js,sha256=2WaZlxmMFXP0l94EPcWo81h1rhBO3TEdfvS3RFKuspQ,564
jazzmin/static/admin/js/popup_response.js,sha256=s-iPVWVHEM29vHbx25H-0zzS79Jrv65I2UfzqEzssGE,1535
jazzmin/static/jazzmin/css/main.css,sha256=VppilxW8AKE25Yt2l1d3xqGfYAXj3XpYE4pwDHjFJ8k,16969
jazzmin/static/jazzmin/img/calendar-icons.svg,sha256=gbMu26nfxZphlqKFcVOXpcv5zhv5x_Qm_P4ba0Ze84I,1094
jazzmin/static/jazzmin/img/default-log.svg,sha256=qSs-TgXmDQGHU4VpDt_aHwOvmJnylEH41cXyuM2DLeE,223437
jazzmin/static/jazzmin/img/default.jpg,sha256=BWnitDYm80mUP11y5mDUAP7ofbGVZvVN68mxGN6wod8,7070
jazzmin/static/jazzmin/img/icon-calendar.svg,sha256=_bcF7a_R94UpOfLf-R0plVobNUeeTto9UMiUIHBcSHY,1086
jazzmin/static/jazzmin/img/icon-changelink.svg,sha256=clM2ew94bwVa2xQ6bvfKx8xLtk0i-u5AybNlyP8k-UM,380
jazzmin/static/jazzmin/img/selector-icons.svg,sha256=0RJyrulJ_UR9aYP7Wbvs5jYayBVhLoXR26zawNMZ0JQ,3291
jazzmin/static/jazzmin/js/change_form.js,sha256=7R3IdZABzrk_3CtJvQU6FdNAbm9oxzBh78VwutUoswI,6052
jazzmin/static/jazzmin/js/change_list.js,sha256=M_MeFZZiQwzZ1YyT8BYrlS2gcA6DqriIXd52uQH_wNU,2252
jazzmin/static/jazzmin/js/main.js,sha256=IiwZd1P4AaBNwQmOCI7rPMOXn71EiK4YQNb9kPiMYo8,2391
jazzmin/static/jazzmin/js/related-modal.js,sha256=SR3yo5NpmwvLopEzywadWq9YwqQBlDu0l7nIMZjcMKE,6258
jazzmin/static/jazzmin/js/ui-builder.js,sha256=Xy9Gt1hogpLfgbHJmNgTjR8zV1rcPWQPMwkzOKdMWuk,13873
jazzmin/static/jazzmin/plugins/bootstrap-show-modal/bootstrap-show-modal.min.js,sha256=4VKPB7jnDkjtVnBz64nOJygjcsnFl5PRPIoUs71RBSs,2756
jazzmin/static/vendor/adminlte/css/adminlte.min.css,sha256=FQ-k0mIFfWXVTaW1arh3qKx8IXX5Bm5f6QG-0pkUjaE,1382975
jazzmin/static/vendor/adminlte/css/adminlte.min.css.map,sha256=T6PiptRRX4rmQ8gaVvBje1D1XatGOlPhu5YOpyF5ek4,3783134
jazzmin/static/vendor/adminlte/img/AdminLTELogo.png,sha256=uSHDQ4Rtli0E2sYzmikeN1-J4tJuifs97R966DD21FY,2637
jazzmin/static/vendor/adminlte/img/icons.png,sha256=CcvB4CLA1p9XJa00XfUGa8V0z99c2bEtggmbrXeCzvE,1139
jazzmin/static/vendor/adminlte/img/user2-160x160.jpg,sha256=_C5XoezoCKMnHyTS-ODr8e6w8k7_F8Zk9li3SK7Ry-k,5357
jazzmin/static/vendor/adminlte/js/adminlte.min.js,sha256=dVs7YxkIJMdWKIx-E4Z7KGIrsH2P7MHj4WDNvzTzsQU,44244
jazzmin/static/vendor/adminlte/js/adminlte.min.js.map,sha256=rY3M8tTZ2GaXXrWYWSQqJLjN8uAl3bxSIr4uEtTBdF0,129651
jazzmin/static/vendor/bootstrap/js/bootstrap.min.js,sha256=SyTu6CwrfOhaznYZPoolVw2rxoY7lKYKQvqbtqN93HI,62440
jazzmin/static/vendor/bootstrap/js/bootstrap.min.js.map,sha256=7YLu91YTF_jv1ztPq2G47QLHzMmQt9f65-PS8wKkrzE,187646
jazzmin/static/vendor/bootswatch/cerulean/bootstrap.min.css,sha256=QxISAjqSZpYwLyY2aY0oEKHU4l-aFS99-3DR_NPOho8,163350
jazzmin/static/vendor/bootswatch/cosmo/bootstrap.min.css,sha256=kKTtQOKEUe8wHNb7_wjXCjVWc8kOJs4TKpcCww07pc0,154456
jazzmin/static/vendor/bootswatch/cyborg/bootstrap.min.css,sha256=tAZ8i-EPV2DBVxnPnao5YTFDLRlih1VC2Xv4YC96EAQ,164597
jazzmin/static/vendor/bootswatch/darkly/bootstrap.min.css,sha256=CETRC0luEnm32Z1z91BT8xqiKfIzbspZ64YCq3T63xk,164202
jazzmin/static/vendor/bootswatch/default/bootstrap.min.css,sha256=WvUTNFmgiqq2DxNAxzGyQu54t32RQ_dsRxAcBNyQDUg,161972
jazzmin/static/vendor/bootswatch/flatly/bootstrap.min.css,sha256=-anKrX3Z_K1L31IR1Dlpi7C-_IA6MDj4TNBUsiwTP3A,164819
jazzmin/static/vendor/bootswatch/journal/bootstrap.min.css,sha256=PjqNsePTSKK0nkPyMnhhqowGAp-gJYJDtzzTz_9VKcY,161735
jazzmin/static/vendor/bootswatch/litera/bootstrap.min.css,sha256=8Obip54rU-V9PyFohmXAD2VMVpBENHdnZtlsEmxGD_k,165148
jazzmin/static/vendor/bootswatch/lumen/bootstrap.min.css,sha256=0CBEGZPfIKqXlsN64tyG4Miq7fdqf8Nd0oUaLtqLklE,167943
jazzmin/static/vendor/bootswatch/lux/bootstrap.min.css,sha256=n1LAsYCohTi3YOpx8_Jhgf1i6BLuraa4Bnx_qTd4Vs0,155932
jazzmin/static/vendor/bootswatch/materia/bootstrap.min.css,sha256=ipPsRaxWlAD4U7AKqtgKPSPn8vFpaEEEl-ISpl4ECUk,194473
jazzmin/static/vendor/bootswatch/minty/bootstrap.min.css,sha256=Fhkkoc5EF4ZmicPhSUkkS-tsuBpRE-Z_26qIgGSSIxQ,165946
jazzmin/static/vendor/bootswatch/pulse/bootstrap.min.css,sha256=qfErV6XgD4zAMfPshMhtEqWkdCDprdAKbG4ZIhz_pbo,155889
jazzmin/static/vendor/bootswatch/sandstone/bootstrap.min.css,sha256=RMjXqEJR7AYpvL9YRNeTmdFTxwEWECbWW1CP0LA9vU8,163543
jazzmin/static/vendor/bootswatch/simplex/bootstrap.min.css,sha256=cQjWNORxcoTGJQuAa-PxrPrTsYgTQ9OXQGMg0XPjlm0,163234
jazzmin/static/vendor/bootswatch/sketchy/bootstrap.min.css,sha256=OLx2mpFEZHheGGfff_q9S8sboXM_Ch36ZQD1RlTip0M,167043
jazzmin/static/vendor/bootswatch/slate/bootstrap.min.css,sha256=HWVg3zL3fw4CcLn1pHUm5i-ZzZpl5Qu_ZMq9vAi02Kg,171632
jazzmin/static/vendor/bootswatch/solar/bootstrap.min.css,sha256=aKfNGoGr6HA55RatkDPygiK15Ty6R9t9pTwC-BKaGyA,169219
jazzmin/static/vendor/bootswatch/spacelab/bootstrap.min.css,sha256=r_syOf2NRIQqlfcwo1k8_giSKOkrHm8eYWuQEvrpIBg,164894
jazzmin/static/vendor/bootswatch/superhero/bootstrap.min.css,sha256=rnfdvbEFy-FHVpECE1bbe1zIsvw-ua0qkI0_Wx8tykw,164559
jazzmin/static/vendor/bootswatch/united/bootstrap.min.css,sha256=hqPwtDW-fy1wLX4nDsDgTZsI8tsFwEQy9zgLoueHUSI,161367
jazzmin/static/vendor/bootswatch/yeti/bootstrap.min.css,sha256=o9ate6TJkB9h78re5ZuOMu5Zwj8YzI6129nA_7WmoDQ,168497
jazzmin/static/vendor/fontawesome-free/css/all.min.css,sha256=XOqroi11tY4EFQMR9ZYwZWKj5ZXiftSx36RRuC3anlA,103009
jazzmin/static/vendor/fontawesome-free/webfonts/fa-brands-400.ttf,sha256=4oCW-nWpasdwIBVeo6bdcxKYPoQRU2bUz0mgwxLsbVE,209128
jazzmin/static/vendor/fontawesome-free/webfonts/fa-brands-400.woff2,sha256=IyxvanZ4ME-e-qJvMLFhDevCup9M1ja15nUcjXN2G5I,117852
jazzmin/static/vendor/fontawesome-free/webfonts/fa-regular-400.ttf,sha256=kXR1fvyD4HJDboc8Ir4WY9PBA7ChbX-3NWmvSRjU01E,67860
jazzmin/static/vendor/fontawesome-free/webfonts/fa-regular-400.woff2,sha256=wn2m-DNDHaWqKVxEVAv6wP2CcLpqPENGQnAG2KezS3Y,25392
jazzmin/static/vendor/fontawesome-free/webfonts/fa-solid-900.ttf,sha256=tJkNDQxfXTjWLpNu6hIGdOWEx-6o3O44qXXAz5o3U5s,420332
jazzmin/static/vendor/fontawesome-free/webfonts/fa-solid-900.woff2,sha256=rhfBavvqIWcHsiA-oc-b20W5v-R9D0rjJY3bxilN0C8,156400
jazzmin/static/vendor/fontawesome-free/webfonts/fa-v4compatibility.ttf,sha256=_49SX7BQxdJFGczI9XI9hbLlHt0_m8ZUivVa663U8mk,10832
jazzmin/static/vendor/fontawesome-free/webfonts/fa-v4compatibility.woff2,sha256=x6hp-sopnRW-EKAfGdB2WnxNRtiSLZuTFyNcHkpvCYI,4792
jazzmin/static/vendor/select2/css/select2.min.css,sha256=zaSoHBhwFdle0scfGEFUCwggPN7F-ip9XRglo8IWb4w,16264
jazzmin/static/vendor/select2/js/select2.min.js,sha256=rWx3HxtMsM5z--_oM6yS2wl6AaAmww549nulIkQkvaE,73170
jazzmin/templates/admin/actions.html,sha256=Ihk4U_BFI2qVlwgM_K_Pu0XjoD2ay2XtgS96NrELMyc,1519
jazzmin/templates/admin/app_index.html,sha256=Yn-rqOhJUMn4E4-tPD1HfZES3fzL9P2asdKGi_PB9QA,517
jazzmin/templates/admin/auth/user/add_form.html,sha256=GgiHaEHSqTiqzJZom76U-VDrfHrbXHDnvsvwfEi80Kg,364
jazzmin/templates/admin/auth/user/change_password.html,sha256=skgIAOklCm0qDbWebBBtwn1n_gNvsOcgJ3aF4pi_hO0,5448
jazzmin/templates/admin/base.html,sha256=8YmemEPZyhuezofQ7Mw3qJhqQkUw2ElvnlSWDs04dKY,20353
jazzmin/templates/admin/base_site.html,sha256=B73tkCe413ZwRNiLldj1eF7mD8Ql4bovjgm0Iy6Rm0A,31
jazzmin/templates/admin/change_form.html,sha256=JpU2yXhILWfyAR7FlbH8AKHdHhpqn_2v5w5cuZsayHM,5658
jazzmin/templates/admin/change_form_object_tools.html,sha256=4eYBEIU9gofpEbJy7NyUOt542-i7DR3IZ1Zf-VCHMIc,545
jazzmin/templates/admin/change_list.html,sha256=y3_aTDXt3xrGR1vP6mgmQtlgu7mt4v2pqSXZDho_EyA,4903
jazzmin/templates/admin/change_list_object_tools.html,sha256=HiO0qFMJL94WZ6u4yEBoXJZyIPagT03klHxH8q0OUTo,516
jazzmin/templates/admin/change_list_results.html,sha256=Hl2yxh_ZyGu6byNMozaRqVR1SO7rXlahnRKrn3oQWcI,2108
jazzmin/templates/admin/date_hierarchy.html,sha256=DXl-Exm1FyoDYpuvorDEcxHVc2S_8hSBgMUpagZUZCk,956
jazzmin/templates/admin/delete_confirmation.html,sha256=UlqCkSmSPFeNwCdO6TXjKqpcj_rggBJxjXIFBZ3Xico,4104
jazzmin/templates/admin/delete_selected_confirmation.html,sha256=Or1wRrttrvbxgkHVoUJaO6cDf-n1_xZL4-KXw55MlgQ,4180
jazzmin/templates/admin/edit_inline/stacked.html,sha256=vdMFlfOVxYxG6ITCLMKqyjQ3VvVdfm8gcuQJiQA0RZk,4246
jazzmin/templates/admin/edit_inline/tabular.html,sha256=vp8zNQrukfj5aniO5dKmoMKfkhwBc8f3QEssOjiqvv4,6424
jazzmin/templates/admin/filer/breadcrumbs.html,sha256=uhP0PJuZKijZQoZTweNMUTqn3QK0HsyHu8Mqsytn0rs,1800
jazzmin/templates/admin/filer/change_form.html,sha256=usPlgb7CZJGMxjkVUvTrE-8eYE4UDLIlxaerObrSSNY,983
jazzmin/templates/admin/filer/delete_selected_files_confirmation.html,sha256=eXd0ohCBV9lRwvdOgjACs4ufZTGWkMkDNzefkc5wLHE,4142
jazzmin/templates/admin/filer/file/change_form.html,sha256=0r9bs0oWQ3qSlPHAlh4dF_5jCsBh1kQACikxt_ktdKg,1555
jazzmin/templates/admin/filer/folder/change_form.html,sha256=4ZKMvTxwp6ltLKplY17Zemgsft0aUFCHvSrsyp1ox6Y,1817
jazzmin/templates/admin/filer/folder/directory_listing.html,sha256=7hph_OW7Kt-IE1gTuL4NiWlfL7dm6cnYIHIaXNV5IE8,14682
jazzmin/templates/admin/filer/image/change_form.html,sha256=zR5xbSq_hRto301BkXj0Lm9w1OHubBRc4no_EqH_nEA,1539
jazzmin/templates/admin/filer/tools/detail_info.html,sha256=HKratAge5hjbRMzVtihtYEf5skQ_k2_MTnUVIaV0Lfg,2743
jazzmin/templates/admin/filter.html,sha256=izXHuG0W024VAffNe_IDi-0hbiJ_XitQhKO7c4_HQHs,592
jazzmin/templates/admin/import_export/base.html,sha256=UVjvkTvfsGqN7BcaezI4TJ-EnjwBXZlFKJADewXPhEQ,916
jazzmin/templates/admin/import_export/change_list.html,sha256=0LXdFjSU-b3qJxxvIIWolbPOSp4MCTuarlI51oWxLSk,391
jazzmin/templates/admin/import_export/change_list_export.html,sha256=LiQPFlKVbi_OIhULtnQlAuwVMSe0476g_JN_5Xc7PCA,187
jazzmin/templates/admin/import_export/change_list_export_item.html,sha256=3q2lg2F_FZLolB7B8wObAyQXcw0HoL5ot7_D64PG3OM,286
jazzmin/templates/admin/import_export/change_list_import.html,sha256=CRHdajxjeSCi3S4JvPHdc7EBhTWOw77Jp-DpvDMkHw8,187
jazzmin/templates/admin/import_export/change_list_import_export.html,sha256=PLNHN6upeuutI2HAcKytvw5BzGZsTy2OXiJI5pXxgfA,323
jazzmin/templates/admin/import_export/change_list_import_item.html,sha256=XzS_g0oZ2y1sIOGMy1nqx0OkfOKqoVquGW3oUnyqe50,301
jazzmin/templates/admin/import_export/export.html,sha256=NGpcOiypALOp5Ul2NIH6fjy6PVIcmxlgylyTPKFS4ww,3191
jazzmin/templates/admin/import_export/import.html,sha256=ex2B5ABdgoUHe8Ryt3xTcEv_silR1dd6Gfl6qXpThxA,13270
jazzmin/templates/admin/includes/fieldset.html,sha256=TxPX4Vq3XSGpxYHirWiApLVgBoR3uZcow5WPoiMSJ7Q,2715
jazzmin/templates/admin/includes/object_delete_summary.html,sha256=p6lTdKa5T41kiyfRO0QzpZ5jdQ1r_6pKy3Jo77H1yLs,302
jazzmin/templates/admin/index.html,sha256=RKbIrUtV15DisCd78ZzHpsDd5qSG4CAJBrFMtSKFIIk,6784
jazzmin/templates/admin/login.html,sha256=q-UQ8pq4Bf5A66N17MxWUgoeWvfA3IAbv7s1QgNBDFM,3075
jazzmin/templates/admin/mptt_filter.html,sha256=2WbXHDBWaxSpCGhPteJwJQbpyD7MkBo8F3djlcj4vM4,645
jazzmin/templates/admin/object_history.html,sha256=_1_Oo1gL8VrzC4vcd3OT6qziMIrhvSmiaarY32om4lE,3268
jazzmin/templates/admin/pagination.html,sha256=maO12OBoSiFfihbJEmeD-LXJhs368b02QZvBSpr-pvo,1036
jazzmin/templates/admin/popup_response.html,sha256=RpKasfW92GslR8WS3EOfk05t4HlYTeMw_19PgSwfRRY,605
jazzmin/templates/admin/search_form.html,sha256=uAjCLXkQ7a2uFMg7gGdsxOblNJt1dfnYAsBPrpM8yJ8,1928
jazzmin/templates/admin/solo/change_form.html,sha256=NtLYsoX1u9plPZT2OW_HS7ijHPd_AGhUUt6lKJ5qvUw,937
jazzmin/templates/admin/solo/object_history.html,sha256=22X9Igb-jPRTc5Y2hIiUWznRk4zGJi_H6FpcsXRVG78,572
jazzmin/templates/admin/submit_line.html,sha256=I-Gx7Mog-3qaKmw-gFZLJC0RQY0hXgdxeJbDVdDOqF8,1821
jazzmin/templates/admin_doc/base_docs.html,sha256=TbxX_qLVb73PuH5xPVlsX-X13aSCforwS83ZnN5sUa0,678
jazzmin/templates/admin_doc/bookmarklets.html,sha256=r-z8QHARL53FIn5fuWb0JujHKEmWOSXfUGyVii34Zl4,1644
jazzmin/templates/admin_doc/index.html,sha256=7K2yzn2OOHCHA1kRSfc-yUO3IS9nQEHMyreqNUEZ7P0,1619
jazzmin/templates/admin_doc/missing_docutils.html,sha256=8GY3UPC0M3TPBHAV0xj77Vb1yf2_81MIxVPoFzsP_RQ,809
jazzmin/templates/admin_doc/model_detail.html,sha256=tXfi0x_vEKR4jPlSUoPba91p7Zeqd1QldmW86G9_grc,2973
jazzmin/templates/admin_doc/model_index.html,sha256=BqQIjnhtNKO1xwHPA2OVm6y9G8HH5REaNlRL3wLX1fw,2083
jazzmin/templates/admin_doc/template_detail.html,sha256=VWUtDK7ZRVnT-Ay1FB7htAjbUz29ShO5iIZ0QWV_4zk,1159
jazzmin/templates/admin_doc/template_filter_index.html,sha256=v_C2kRthNAUB7cKEAycUbYRSVpi09xbxt3Ba-GCMNTs,2802
jazzmin/templates/admin_doc/template_tag_index.html,sha256=uYXmbOUdMPgF5SeJQiPspO_3Ogk6aQ0FIAhSlYPQPF0,2286
jazzmin/templates/admin_doc/view_detail.html,sha256=fLKvWCxeCfHyt3WY2rP5u5BRCZt3FVGvSNh1SHuKWSw,1387
jazzmin/templates/admin_doc/view_index.html,sha256=F0xjRJ-OWsDxq_Hv263kP8vJwRt24NEoYprEAHEPGjs,2797
jazzmin/templates/jazzmin/includes/carousel.html,sha256=roQKvmym9U9VJEpduOxDWpdf4kq2vtKFg8pdkOTtfHo,1803
jazzmin/templates/jazzmin/includes/collapsible.html,sha256=W-rtowZx7Q9zUhUJeqGHbB2GK8WVlA6LhIJkFsit_U0,1152
jazzmin/templates/jazzmin/includes/horizontal_tabs.html,sha256=gf4qy92d8kwSSLstUeHoQa876FzXU2VXX45dXHNUhhw,1321
jazzmin/templates/jazzmin/includes/related_modal.html,sha256=u0e7kCFwwFPgW99K76cxOffYAMLh9s1Byv8BHhAvivY,610
jazzmin/templates/jazzmin/includes/single.html,sha256=BOI6c92JBA5siEmgUBAcX4R5fCbuPgEWyjStem32qbg,862
jazzmin/templates/jazzmin/includes/ui_builder_panel.html,sha256=op_Suefy5wAUFpRXk-NNyrLDbGFTP1srExHzxMVLxlM,14972
jazzmin/templates/jazzmin/includes/vertical_tabs.html,sha256=b8gMV3IgRy9RxXO8NzG-zKyOE208fygjX4e3AK0_LZM,1449
jazzmin/templates/jazzmin/widgets/select.html,sha256=0PDcaXnkeXrq8J3wldyPJDHWEoV3EcVepN17uOyS9nM,468
jazzmin/templates/registration/base.html,sha256=eTsmUMPg-BBliAqDvaEEOV4FiZoTGlFVPPM_57ycjjU,3045
jazzmin/templates/registration/logged_out.html,sha256=pnPAo0L1PMrZnJMiNg65NzJMdc-N2eMTlVH86iHpwuo,428
jazzmin/templates/registration/password_change_done.html,sha256=LUzOIpEn9p0AkVuBkpkMtx-mTq2KUPLg0xtoAyEbi98,880
jazzmin/templates/registration/password_change_form.html,sha256=XFUMJROr28O8e2sx8CBJTWbNHexMxzAKBsDjicAVHlo,5870
jazzmin/templates/registration/password_reset_complete.html,sha256=JkIKxPONGZHNGcn1qNN6hC1gZ-Ck41rACIvQqT2gk_U,450
jazzmin/templates/registration/password_reset_confirm.html,sha256=HETASNK8xPUEUkgu7DD1LCTwcJ7eigQcNq_ht85a5wI,2640
jazzmin/templates/registration/password_reset_done.html,sha256=ThNe7hqOsZIQkdJ3Tl3j3KDNCh4O30KYjFwmNmrOqrY,590
jazzmin/templates/registration/password_reset_form.html,sha256=mHOQTyIglrBA5AaKCBjabx9nevnLWggUtbyUCrZjpJo,1634
jazzmin/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
jazzmin/templatetags/__pycache__/__init__.cpython-310.pyc,,
jazzmin/templatetags/__pycache__/jazzmin.cpython-310.pyc,,
jazzmin/templatetags/jazzmin.py,sha256=-lljkp5qux3vPsQvZY1v_aoiy_ooBLBEghenWcPFwfg,17378
jazzmin/utils.py,sha256=SHtspSx8z8soWQoJ6HAcA_pj66VrVyjhdnE7o_XCZoU,7815
jazzmin/widgets.py,sha256=NW-e-dt0rJgRlMSSr83LoQQiSXHlJinjkVNq-cwrpro,803

View File

@@ -0,0 +1,4 @@
Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any