Django application contain adminlte static files.
Project description
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
INSTALLED_APPS = [
...
"django_static_fontawesome",
"django_static_ionicons",
"django_static_jquery3",
"django_static_bootstrap",
"django_static_adminlte",
...
]
app/template/app/index.html
{% load staticfiles %}
{% 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" %}">
<link rel="stylesheet" href="{% static "adminlte/css/skins/_all-skins.min.css" %}">
<!--[if lt IE 9]>
<script src="{% static "html5shiv/html5shiv.min.js" %}"></script>
<script src="{% static "respond/respond.min.js" %}"></script>
<![endif]-->
{% endblock %}
{% block script %}
<script src="{% static "jquery/jquery.js" %}"></script>
<script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script>
<script src="{% static "jquery-slimscroll/jquery.slimscroll.min.js" %}"></script>
<script src="{% static "fastclick/fastclick.js" %}"></script>
<script src="{% static "adminlte/js/adminlte.min.js" %}"></script>
<script>
$(document).ready(function () {
$('.sidebar-menu').tree()
});
</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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-static-adminlte-3.2.0.1.tar.gz
.
File metadata
- Download URL: django-static-adminlte-3.2.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2065601b4cac0ed1662eac3fbecf4cddb83c32ee383472f88de973bc7c699af8 |
|
MD5 | 63385d565e611147323f49cfeb84b9a2 |
|
BLAKE2b-256 | f43ba394f33102666618c14f60233e8e1ff2d5addd4299beb068310558ff7b13 |
File details
Details for the file django_static_adminlte-3.2.0.1-py3-none-any.whl
.
File metadata
- Download URL: django_static_adminlte-3.2.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 950c3473197eeb19f1265f8cfb69602f4563ef015c6043c6125bbda21870c7f2 |
|
MD5 | 927d37c5c9ff56c414da498bcf183ca0 |
|
BLAKE2b-256 | b6ed7a862a480c1f651d8ed2802700e022c0467f7fb59d87d5f792aaeb7c1fe8 |