Skip to main content

Django application contain ionicons static files.

Project description

django-static-ionicons

Django application contain ionicons static files

Install

pip install django-static-ionicons

Settings

INSTALLED_APPS = [
    ...
    "django_static_ionicons",
    ...
]

Usage

app/templates/demo.html

{% load staticfiles %}

<link rel="stylesheet" type="text/css" href="{% static "ionicons/css/ionicons.css" %}">

Releases

v2.0.1.3 2020/09/02

  • No depends on django.
  • Turn to the package as a pure static wrapper package.

v2.0.1.2 2020/02/26

  • Add demo page.

v2.0.1.1 2018/03/27

  • Repackage.

v2.0.1 2017/12/21

  • First release.

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-ionicons-2.0.1.3.tar.gz (369.9 kB view hashes)

Uploaded Source

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