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

Uploaded Source

Built Distribution

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

Uploaded Python 3

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