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 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.
3.2.0.3
- Doc update.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_static_adminlte-3.2.0.3.tar.gz.
File metadata
- Download URL: django_static_adminlte-3.2.0.3.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bea027a3a71bf0ca2db8a29036e51a0dae04a2c1d559a1c31fc3df0364c1f3a9
|
|
| MD5 |
6b8af59ddaf892a9e099512b93865c92
|
|
| BLAKE2b-256 |
efc7987ac067d4f063e75c097783fb731bb23dbc34cc020c039f4ecd23218583
|
File details
Details for the file django_static_adminlte-3.2.0.3-py3-none-any.whl.
File metadata
- Download URL: django_static_adminlte-3.2.0.3-py3-none-any.whl
- Upload date:
- Size: 5.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
547286d9d62ad88aa1417b21a166bf21c4532ea2cbdd283eb4ab1ed6437ff599
|
|
| MD5 |
b426dc6f5b351de799fee585c3a4c285
|
|
| BLAKE2b-256 |
7f885f385b989afc0d5315304a7088bb600ca9ec89cf76bc379adecd92dea1f0
|