Django application contain remixicon static files
Project description
django-static-remixicon
Django application contain remixicon static files
Install
pip install django-static-remixicon
remixicon License
- All resource files of static/remixicon are unzip from RemixIcon_Fonts_vx.x.x.zip which download from https://github.com/Remix-Design/RemixIcon without any changes.
- All resource files of static/remixicon obey RemixIcon License, see details at https://github.com/Remix-Design/RemixIcon?tab=License-1-ov-file#readme.
- We don't guarantee the latest remixicon version.
Settings
pro/settings.py
INSTALLED_APPS = [
...
"django_static_remixicon",
...
]
Use static files
page.html
{% load staticfiles %}
{% block style %}
<link rel="stylesheet" type="text/css" href="{% static "remixicon/remixicon.css" %}" />
{% endblock %}
<i class="ri-home-3-fill"></i> Home
About releases
- The first three number is the same with remixicon project's version.
- The fourth number is our release number, it's optional.
Releases
4.9.1.0
- First release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_static_remixicon-4.9.1.0.tar.gz.
File metadata
- Download URL: django_static_remixicon-4.9.1.0.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
945e3c026e47659384b56cbf627e8a73d5b21a53201cdd40a290775287e3e6a1
|
|
| MD5 |
30cdb50ea5f464713b5b0be03cace03c
|
|
| BLAKE2b-256 |
0e4f94afa019c2f098c8cd60b0f33ea81bf1b2a18d9bbf5d5bf4ca25daa995a5
|
File details
Details for the file django_static_remixicon-4.9.1.0-py3-none-any.whl.
File metadata
- Download URL: django_static_remixicon-4.9.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd43955a6b54a5bda9e46e0db01bab76e1d281778a9e3ed90c9a5bbcbcbb7f0a
|
|
| MD5 |
4e9c2972624797bdb87051f1c8050638
|
|
| BLAKE2b-256 |
752c3cbd32282b087d8ac4b01cbc2d1bb325c0483cf2d7c241656ab9db72e45f
|