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.

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.2.tar.gz (5.8 MB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file django-static-adminlte-3.2.0.2.tar.gz.

File metadata

File hashes

Hashes for django-static-adminlte-3.2.0.2.tar.gz
Algorithm Hash digest
SHA256 08b687fd9f3c8f754e855d5632a24aff9ff9144778681b7aac11a3996eff0b87
MD5 2f6aae06bdf10c672ecfbbd243f39b2f
BLAKE2b-256 f338d1f1bd541a3507f82d8acd57dfabfdf713c13e78e14b9df539bf6d570995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_static_adminlte-3.2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f50c3dae184fae06f36a1b44b472124bad2b92a099f06037f989291257912c64
MD5 b1fe9749552c11b5a414e15636c2a8b1
BLAKE2b-256 f380c10376a4641c17a308cab918acf0cd0a23b6924d244c7665463274a5528e

See more details on using hashes here.

Supported by

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