skn-django-jazzmin


Nameskn-django-jazzmin JSON
Version 2.6.1 PyPI version JSON
download
home_pagehttps://github.com/shywn-mrk/django-jazzmin
SummaryDrop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy
upload_time2024-02-22 18:15:42
maintainerShipit
docs_urlNone
authorShipit
requires_python>=3.6.2
licenseMIT
keywords django dashboard theme admin jazzmin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Django jazzmin (Jazzy Admin)

[![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%3D3.6-brightgreen)
![Django Versions](https://img.shields.io/badge/django-%3E%3D2-brightgreen)
[![Coverage Status](https://coveralls.io/repos/github/shywn-mrk/django-jazzmin/badge.svg?branch=master)](https://coveralls.io/github/shywn-mrk/django-jazzmin?branch=master)

Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy.
This is a fork from (django-jazzmin)[https://github.com/farridav/django-jazzmin] by (farridav)[https://github.com/farridav] and all of the credit goes to him.
I just had some issues with the original project in production environment with whitenoise but considering the changes that hasn't been released in 2.6.0,
I had to build and release my own version of the project.

## Installation
```
pip install django-jazzmin
```

## Documentation
See [Documentation](https://django-jazzmin.readthedocs.io) or [Test App](https://github.com/shywn-mrk/django-jazzmin/tree/master/tests/test_app/library/settings.py)

## Demo
Live demo https://django-jazzmin.herokuapp.com/admin

**Username**: test@test.com

**Password**: test

*Note: Data resets nightly*

## 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/


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shywn-mrk/django-jazzmin",
    "name": "skn-django-jazzmin",
    "maintainer": "Shipit",
    "docs_url": null,
    "requires_python": ">=3.6.2",
    "maintainer_email": "packages@shipit.ltd",
    "keywords": "django,dashboard,theme,admin,jazzmin",
    "author": "Shipit",
    "author_email": "packages@shipit.ltd",
    "download_url": "https://files.pythonhosted.org/packages/e2/c0/26d5e4e0927e0774a8ab4b329cb57c76350340a739a7c8b5923b9cc18f6e/skn_django_jazzmin-2.6.1.tar.gz",
    "platform": null,
    "description": "\n# Django jazzmin (Jazzy Admin)\n\n[![Docs](https://readthedocs.org/projects/django-jazzmin/badge/?version=latest)](https://django-jazzmin.readthedocs.io)\n![PyPI download month](https://img.shields.io/pypi/dm/django-jazzmin.svg)\n[![PyPI version](https://badge.fury.io/py/django-jazzmin.svg)](https://pypi.python.org/pypi/django-jazzmin/)\n![Python versions](https://img.shields.io/badge/python-%3E%3D3.6-brightgreen)\n![Django Versions](https://img.shields.io/badge/django-%3E%3D2-brightgreen)\n[![Coverage Status](https://coveralls.io/repos/github/shywn-mrk/django-jazzmin/badge.svg?branch=master)](https://coveralls.io/github/shywn-mrk/django-jazzmin?branch=master)\n\nDrop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy.\nThis is a fork from (django-jazzmin)[https://github.com/farridav/django-jazzmin] by (farridav)[https://github.com/farridav] and all of the credit goes to him.\nI just had some issues with the original project in production environment with whitenoise but considering the changes that hasn't been released in 2.6.0,\nI had to build and release my own version of the project.\n\n## Installation\n```\npip install django-jazzmin\n```\n\n## Documentation\nSee [Documentation](https://django-jazzmin.readthedocs.io) or [Test App](https://github.com/shywn-mrk/django-jazzmin/tree/master/tests/test_app/library/settings.py)\n\n## Demo\nLive demo https://django-jazzmin.herokuapp.com/admin\n\n**Username**: test@test.com\n\n**Password**: test\n\n*Note: Data resets nightly*\n\n## Features\n- Drop-in admin skin, all configuration optional\n- Customisable side menu\n- Customisable top menu\n- Customisable user menu\n- 4 different Change form templates (horizontal tabs, vertical tabs, carousel, collapsible)\n- Bootstrap 4 modal (instead of the old popup window, optional)\n- Search bar for any given model admin\n- Customisable UI (via Live UI changes, or custom CSS/JS)\n- Responsive\n- Select2 drop-downs\n- Bootstrap 4 & AdminLTE UI components\n- Using the latest [adminlte](https://adminlte.io/) + [bootstrap](https://getbootstrap.com/)\n\n## Screenshots\n\n## Dashboard\n![dashboard](https://django-jazzmin.readthedocs.io/img/dashboard.png)\n\n## List view\n![table list](https://django-jazzmin.readthedocs.io/img/list_view.png)\n\n## Change form templates\n\n### Collapsed side menu\n![form page](https://django-jazzmin.readthedocs.io/img/detail_view.png)\n\n### Expanded side menu\n![Single](https://django-jazzmin.readthedocs.io/img/changeform_single.png)\n\n### Horizontal tabs\n![Horizontal tabs](https://django-jazzmin.readthedocs.io/img/changeform_horizontal_tabs.png)\n\n### Vertical tabs\n![Vertical tabs](https://django-jazzmin.readthedocs.io/img/changeform_vertical_tabs.png)\n\n### Collapsible\n![Collapsible](https://django-jazzmin.readthedocs.io/img/changeform_collapsible.png)\n\n### Carousel\n![Carousel](https://django-jazzmin.readthedocs.io/img/changeform_carousel.png)\n\n### Related modal\n![Related modal](https://django-jazzmin.readthedocs.io/img/related_modal_bootstrap.png)\n\n## History page\n![form page](https://django-jazzmin.readthedocs.io/img/history_page.png)\n\n## Login view\n![login](https://django-jazzmin.readthedocs.io/img/login.png)\n\n## UI Customiser\n![ui_customiser](https://django-jazzmin.readthedocs.io/img/ui_customiser.png)\n\n## Mobile layout\n![mobile](https://django-jazzmin.readthedocs.io/img/dashboard_mobile.png)\n\n## Tablet layout\n![tablet](https://django-jazzmin.readthedocs.io/img/dashboard_tablet.png)\n\n## Admin Docs (if installed)\n![admin_docs](https://django-jazzmin.readthedocs.io/img/admin_docs.png)\n\n## Thanks\nThis was initially a Fork of https://github.com/wuyue92tree/django-adminlte-ui that we refactored so much we thought it\ndeserved its own package, big thanks to @wuyue92tree for all of his initial hard work, we are still patching into that\nproject were possible, but this project has taken a different direction.\n\nThe 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\n\n- Based on AdminLTE 3: https://adminlte.io/\n- Using Bootstrap 4: https://getbootstrap.com/\n- Using Font Awesome 5: https://fontawesome.com/\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy",
    "version": "2.6.1",
    "project_urls": {
        "All Releases": "https://github.com/shywn-mrk/django-jazzmin/releases",
        "Bug Tracker": "https://github.com/shywn-mrk/django-jazzmin/issues",
        "Documentation": "https://django-jazzmin.readthedocs.io",
        "Homepage": "https://github.com/shywn-mrk/django-jazzmin",
        "Latest Release": "https://github.com/shywn-mrk/django-jazzmin/releases/latest",
        "Repository": "https://github.com/shywn-mrk/django-jazzmin",
        "Source": "https://github.com/shywn-mrk/django-jazzmin"
    },
    "split_keywords": [
        "django",
        "dashboard",
        "theme",
        "admin",
        "jazzmin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94ea0e327c702160766b2d10f9ba776f329ac5a54c2473be6a747fb132d4c2cd",
                "md5": "1698f2fd297eb5c3275c5c118b935307",
                "sha256": "d9844900323d32f39509367c8a15e1d75c937185c7e427cd0a3a3af2b7b5c1ba"
            },
            "downloads": -1,
            "filename": "skn_django_jazzmin-2.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1698f2fd297eb5c3275c5c118b935307",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.2",
            "size": 2832387,
            "upload_time": "2024-02-22T18:15:04",
            "upload_time_iso_8601": "2024-02-22T18:15:04.022017Z",
            "url": "https://files.pythonhosted.org/packages/94/ea/0e327c702160766b2d10f9ba776f329ac5a54c2473be6a747fb132d4c2cd/skn_django_jazzmin-2.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2c026d5e4e0927e0774a8ab4b329cb57c76350340a739a7c8b5923b9cc18f6e",
                "md5": "dc8a70c590bf79451cec67f7ebc0de68",
                "sha256": "50db4630e9dda3d296a9535808b87314a3f161a80c39325df87937af5a6b27c9"
            },
            "downloads": -1,
            "filename": "skn_django_jazzmin-2.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dc8a70c590bf79451cec67f7ebc0de68",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.2",
            "size": 2761664,
            "upload_time": "2024-02-22T18:15:42",
            "upload_time_iso_8601": "2024-02-22T18:15:42.536143Z",
            "url": "https://files.pythonhosted.org/packages/e2/c0/26d5e4e0927e0774a8ab4b329cb57c76350340a739a7c8b5923b9cc18f6e/skn_django_jazzmin-2.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 18:15:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shywn-mrk",
    "github_project": "django-jazzmin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "skn-django-jazzmin"
}
        
Elapsed time: 0.18892s