METADATA 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. Metadata-Version: 2.1
  2. Name: django-jazzmin
  3. Version: 2.6.0
  4. Summary: Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy
  5. Home-page: https://github.com/farridav/django-jazzmin
  6. License: MIT
  7. Keywords: django,dashboard,theme,admin,jazzmin
  8. Author: Shipit
  9. Author-email: packages@shipit.ltd
  10. Maintainer: Shipit
  11. Maintainer-email: packages@shipit.ltd
  12. Requires-Python: >=3.6.2
  13. Classifier: Development Status :: 4 - Beta
  14. Classifier: Environment :: Web Environment
  15. Classifier: Framework :: Django
  16. Classifier: Framework :: Django :: 2.2
  17. Classifier: Framework :: Django :: 3.0
  18. Classifier: Framework :: Django :: 3.1
  19. Classifier: License :: OSI Approved :: MIT License
  20. Classifier: Operating System :: OS Independent
  21. Classifier: Programming Language :: Python
  22. Classifier: Programming Language :: Python :: 3
  23. Classifier: Programming Language :: Python :: 3.7
  24. Classifier: Programming Language :: Python :: 3.8
  25. Classifier: Programming Language :: Python :: 3.9
  26. Classifier: Programming Language :: Python :: 3.10
  27. Classifier: Programming Language :: Python :: 3.11
  28. Classifier: Programming Language :: Python :: 3
  29. Classifier: Programming Language :: Python :: 3 :: Only
  30. Classifier: Programming Language :: Python :: 3.10
  31. Classifier: Programming Language :: Python :: 3.6
  32. Classifier: Programming Language :: Python :: 3.7
  33. Classifier: Programming Language :: Python :: 3.8
  34. Classifier: Programming Language :: Python :: 3.9
  35. Classifier: Topic :: Internet :: WWW/HTTP
  36. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
  37. Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
  38. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  39. Requires-Dist: django (>=2.2)
  40. Project-URL: All Releases, https://github.com/farridav/django-jazzmin/releases
  41. Project-URL: Bug Tracker, https://github.com/farridav/django-jazzmin/issues
  42. Project-URL: Documentation, https://django-jazzmin.readthedocs.io
  43. Project-URL: Latest Release, https://github.com/farridav/django-jazzmin/releases/latest
  44. Project-URL: Repository, https://github.com/farridav/django-jazzmin
  45. Project-URL: Source, https://github.com/farridav/django-jazzmin
  46. Description-Content-Type: text/markdown
  47. # Django jazzmin (Jazzy Admin)
  48. [![Docs](https://readthedocs.org/projects/django-jazzmin/badge/?version=latest)](https://django-jazzmin.readthedocs.io)
  49. ![PyPI download month](https://img.shields.io/pypi/dm/django-jazzmin.svg)
  50. [![PyPI version](https://badge.fury.io/py/django-jazzmin.svg)](https://pypi.python.org/pypi/django-jazzmin/)
  51. ![Python versions](https://img.shields.io/badge/python-%3E%3D3.6-brightgreen)
  52. ![Django Versions](https://img.shields.io/badge/django-%3E%3D2-brightgreen)
  53. [![Coverage Status](https://coveralls.io/repos/github/farridav/django-jazzmin/badge.svg?branch=master)](https://coveralls.io/github/farridav/django-jazzmin?branch=master)
  54. Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy
  55. ## Installation
  56. ```
  57. pip install django-jazzmin
  58. ```
  59. ## Documentation
  60. See [Documentation](https://django-jazzmin.readthedocs.io) or [Test App](https://github.com/farridav/django-jazzmin/tree/master/tests/test_app/library/settings.py)
  61. ## Demo
  62. Live demo https://django-jazzmin.herokuapp.com/admin
  63. **Username**: test@test.com
  64. **Password**: test
  65. *Note: Data resets nightly*
  66. ## Features
  67. - Drop-in admin skin, all configuration optional
  68. - Customisable side menu
  69. - Customisable top menu
  70. - Customisable user menu
  71. - 4 different Change form templates (horizontal tabs, vertical tabs, carousel, collapsible)
  72. - Bootstrap 4 modal (instead of the old popup window, optional)
  73. - Search bar for any given model admin
  74. - Customisable UI (via Live UI changes, or custom CSS/JS)
  75. - Responsive
  76. - Select2 drop-downs
  77. - Bootstrap 4 & AdminLTE UI components
  78. - Using the latest [adminlte](https://adminlte.io/) + [bootstrap](https://getbootstrap.com/)
  79. ## Screenshots
  80. ## Dashboard
  81. ![dashboard](https://django-jazzmin.readthedocs.io/img/dashboard.png)
  82. ## List view
  83. ![table list](https://django-jazzmin.readthedocs.io/img/list_view.png)
  84. ## Change form templates
  85. ### Collapsed side menu
  86. ![form page](https://django-jazzmin.readthedocs.io/img/detail_view.png)
  87. ### Expanded side menu
  88. ![Single](https://django-jazzmin.readthedocs.io/img/changeform_single.png)
  89. ### Horizontal tabs
  90. ![Horizontal tabs](https://django-jazzmin.readthedocs.io/img/changeform_horizontal_tabs.png)
  91. ### Vertical tabs
  92. ![Vertical tabs](https://django-jazzmin.readthedocs.io/img/changeform_vertical_tabs.png)
  93. ### Collapsible
  94. ![Collapsible](https://django-jazzmin.readthedocs.io/img/changeform_collapsible.png)
  95. ### Carousel
  96. ![Carousel](https://django-jazzmin.readthedocs.io/img/changeform_carousel.png)
  97. ### Related modal
  98. ![Related modal](https://django-jazzmin.readthedocs.io/img/related_modal_bootstrap.png)
  99. ## History page
  100. ![form page](https://django-jazzmin.readthedocs.io/img/history_page.png)
  101. ## Login view
  102. ![login](https://django-jazzmin.readthedocs.io/img/login.png)
  103. ## UI Customiser
  104. ![ui_customiser](https://django-jazzmin.readthedocs.io/img/ui_customiser.png)
  105. ## Mobile layout
  106. ![mobile](https://django-jazzmin.readthedocs.io/img/dashboard_mobile.png)
  107. ## Tablet layout
  108. ![tablet](https://django-jazzmin.readthedocs.io/img/dashboard_tablet.png)
  109. ## Admin Docs (if installed)
  110. ![admin_docs](https://django-jazzmin.readthedocs.io/img/admin_docs.png)
  111. ## Thanks
  112. This was initially a Fork of https://github.com/wuyue92tree/django-adminlte-ui that we refactored so much we thought it
  113. deserved its own package, big thanks to @wuyue92tree for all of his initial hard work, we are still patching into that
  114. project were possible, but this project has taken a different direction.
  115. 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
  116. - Based on AdminLTE 3: https://adminlte.io/
  117. - Using Bootstrap 4: https://getbootstrap.com/
  118. - Using Font Awesome 5: https://fontawesome.com/