Skip to main content

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 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.

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-2.4.3.3.tar.gz (3.6 kB 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-2.4.3.3-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django-static-adminlte-2.4.3.3.tar.gz
Algorithm Hash digest
SHA256 7cb385848f66857a7d0e898b94ffcecdcff9fd25b1f4535e52e69fd38124faf1
MD5 c0397d1ab058bd7ca490b4658b448d43
BLAKE2b-256 d9fa3f383d6a756ebc9fc84594b89b1a392078cf63abac75e84762b0df605104

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_static_adminlte-2.4.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 75b17911bfcb104cb62b80bbe9f207807a66f051bfb2d49882575f8ec5e6e4cf
MD5 c96547fc30216e5dc600787340f7645a
BLAKE2b-256 2a65f98cb89fdf236f000745788f628ae10708b0549ce1457388462b54346ffa

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 Sentry Error logging StatusPage Status page