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 %}
{% block style %}
<link rel="stylesheet" type="text/css" href="{% static "ionicons/css/ionicons.css" %}">
{% endblock %}
Releases
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
File details
Details for the file django-static-ionicons-2.0.1.2.tar.gz
.
File metadata
- Download URL: django-static-ionicons-2.0.1.2.tar.gz
- Upload date:
- Size: 370.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 452db84e111c1d8e90f742103d6fc208aa5882911a801052279b9a61a4440ff7 |
|
MD5 | fbf6d2a81135d85fa7ebe88cf6c4b6c4 |
|
BLAKE2b-256 | b60a68bedb00d7d64341aa70008896c673b1567dd397c6dc39f39f83052fd5d8 |