django-static-adminlte


Namedjango-static-adminlte JSON
Version 3.2.0.2 PyPI version JSON
download
home_pageNone
SummaryDjango application contain adminlte static files.
upload_time2024-04-16 13:17:16
maintainerQuan ZiJia
docs_urlNone
authorQuan ZiJia
requires_pythonNone
licenseMIT
keywords django-static-adminlte
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-static-adminlte

Django application contain adminlte static files.

## Install

```
pip install django-static-adminlte
```

## Licenses

- All resource files of ADMINLTE are unzip from AdminLTE-x.x.x.tar.gz which download from https://adminlte.io/ without any changes.
- All resource files of ADMINLTE obey ADMINLTE License, see details at https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE.
- We don't guarantee the latest jQuery version.


## Usage

**pro/settings.py**

```python
INSTALLED_APPS = [
    ...
    "django_static_fontawesome",
    "django_static_ionicons",
    "django_static_jquery3",
    "django_static_bootstrap",
    "django_static_adminlte",
    ...
]
```

**app/template/app/index.html**

```html
{% load static %}

{% block style %}
<link rel="stylesheet" href="{% static "bootstrap/css/bootstrap.min.css" %}">
<link rel="stylesheet" href="{% static "fontawesome/css/all.min.css" %}">
<link rel="stylesheet" href="{% static "ionicons/css/ionicons.css" %}">
<link rel="stylesheet" href="{% static "adminlte/css/adminlte.min.css" %}">
{% endblock %}

{% block script %}
<script src="{% static "jquery/jquery.js" %}"></script>
<script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script>
<script src="{% static "adminlte/js/adminlte.min.js" %}"></script>
{% endblock %}

```

## About releases

- The first number is our release number.
- The other three numbers are the same with ADMINLTE's release version.

## Releases

### 2.4.3

- First release.

### 2.4.3.2

- Update.

### 2.4.3.3

- Doc update.

### 3.2.0.1

- Upgrade adminlte to 3.2.0.

### 3.2.0.2

- Fix static files missing problem.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-static-adminlte",
    "maintainer": "Quan ZiJia",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django-static-adminlte",
    "author": "Quan ZiJia",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f3/38/d1f1bd541a3507f82d8acd57dfabfdf713c13e78e14b9df539bf6d570995/django-static-adminlte-3.2.0.2.tar.gz",
    "platform": null,
    "description": "# django-static-adminlte\n\nDjango application contain adminlte static files.\n\n## Install\n\n```\npip install django-static-adminlte\n```\n\n## Licenses\n\n- All resource files of ADMINLTE are unzip from AdminLTE-x.x.x.tar.gz which download from https://adminlte.io/ without any changes.\n- All resource files of ADMINLTE obey ADMINLTE License, see details at https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE.\n- We don't guarantee the latest jQuery version.\n\n\n## Usage\n\n**pro/settings.py**\n\n```python\nINSTALLED_APPS = [\n    ...\n    \"django_static_fontawesome\",\n    \"django_static_ionicons\",\n    \"django_static_jquery3\",\n    \"django_static_bootstrap\",\n    \"django_static_adminlte\",\n    ...\n]\n```\n\n**app/template/app/index.html**\n\n```html\n{% load static %}\n\n{% block style %}\n<link rel=\"stylesheet\" href=\"{% static \"bootstrap/css/bootstrap.min.css\" %}\">\n<link rel=\"stylesheet\" href=\"{% static \"fontawesome/css/all.min.css\" %}\">\n<link rel=\"stylesheet\" href=\"{% static \"ionicons/css/ionicons.css\" %}\">\n<link rel=\"stylesheet\" href=\"{% static \"adminlte/css/adminlte.min.css\" %}\">\n{% endblock %}\n\n{% block script %}\n<script src=\"{% static \"jquery/jquery.js\" %}\"></script>\n<script src=\"{% static \"bootstrap/js/bootstrap.min.js\" %}\"></script>\n<script src=\"{% static \"adminlte/js/adminlte.min.js\" %}\"></script>\n{% endblock %}\n\n```\n\n## About releases\n\n- The first number is our release number.\n- The other three numbers are the same with ADMINLTE's release version.\n\n## Releases\n\n### 2.4.3\n\n- First release.\n\n### 2.4.3.2\n\n- Update.\n\n### 2.4.3.3\n\n- Doc update.\n\n### 3.2.0.1\n\n- Upgrade adminlte to 3.2.0.\n\n### 3.2.0.2\n\n- Fix static files missing problem.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django application contain adminlte static files.",
    "version": "3.2.0.2",
    "project_urls": null,
    "split_keywords": [
        "django-static-adminlte"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f380c10376a4641c17a308cab918acf0cd0a23b6924d244c7665463274a5528e",
                "md5": "b1fe9749552c11b5a414e15636c2a8b1",
                "sha256": "f50c3dae184fae06f36a1b44b472124bad2b92a099f06037f989291257912c64"
            },
            "downloads": -1,
            "filename": "django_static_adminlte-3.2.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1fe9749552c11b5a414e15636c2a8b1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5900240,
            "upload_time": "2024-04-16T13:17:13",
            "upload_time_iso_8601": "2024-04-16T13:17:13.486941Z",
            "url": "https://files.pythonhosted.org/packages/f3/80/c10376a4641c17a308cab918acf0cd0a23b6924d244c7665463274a5528e/django_static_adminlte-3.2.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f338d1f1bd541a3507f82d8acd57dfabfdf713c13e78e14b9df539bf6d570995",
                "md5": "2f6aae06bdf10c672ecfbbd243f39b2f",
                "sha256": "08b687fd9f3c8f754e855d5632a24aff9ff9144778681b7aac11a3996eff0b87"
            },
            "downloads": -1,
            "filename": "django-static-adminlte-3.2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2f6aae06bdf10c672ecfbbd243f39b2f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5846133,
            "upload_time": "2024-04-16T13:17:16",
            "upload_time_iso_8601": "2024-04-16T13:17:16.508981Z",
            "url": "https://files.pythonhosted.org/packages/f3/38/d1f1bd541a3507f82d8acd57dfabfdf713c13e78e14b9df539bf6d570995/django-static-adminlte-3.2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 13:17:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-static-adminlte"
}
        
Elapsed time: 0.64828s