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

django-static-adminlte-3.2.0.1.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

django_static_adminlte-3.2.0.1-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django-static-adminlte-3.2.0.1.tar.gz
Algorithm Hash digest
SHA256 2065601b4cac0ed1662eac3fbecf4cddb83c32ee383472f88de973bc7c699af8
MD5 63385d565e611147323f49cfeb84b9a2
BLAKE2b-256 f43ba394f33102666618c14f60233e8e1ff2d5addd4299beb068310558ff7b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_static_adminlte-3.2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 950c3473197eeb19f1265f8cfb69602f4563ef015c6043c6125bbda21870c7f2
MD5 927d37c5c9ff56c414da498bcf183ca0
BLAKE2b-256 b6ed7a862a480c1f651d8ed2802700e022c0467f7fb59d87d5f792aaeb7c1fe8

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