Skip to main content

Django application contain adminlte static files.

Project description

django-static-adminlte

Django application contain adminlte static files.

Install

pip install django-static-adminlte

Licenses

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

django_static_adminlte-3.2.0.3.tar.gz (5.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_static_adminlte-3.2.0.3-py3-none-any.whl (5.9 MB view details)

Uploaded Python 3

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

Hashes for django_static_adminlte-3.2.0.3.tar.gz
Algorithm Hash digest
SHA256 bea027a3a71bf0ca2db8a29036e51a0dae04a2c1d559a1c31fc3df0364c1f3a9
MD5 6b8af59ddaf892a9e099512b93865c92
BLAKE2b-256 efc7987ac067d4f063e75c097783fb731bb23dbc34cc020c039f4ecd23218583

See more details on using hashes here.

File details

Details for the file django_static_adminlte-3.2.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_static_adminlte-3.2.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 547286d9d62ad88aa1417b21a166bf21c4532ea2cbdd283eb4ab1ed6437ff599
MD5 b426dc6f5b351de799fee585c3a4c285
BLAKE2b-256 7f885f385b989afc0d5315304a7088bb600ca9ec89cf76bc379adecd92dea1f0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page