django-static-fontawesome
Django application contain font-awesome static files
Install
pip install django-static-fontawesome
Fontawesome License
- All resource files of static/fontawesome are unzip from fontawesome-free-xx.xx.xx-web.zip which download from https://fontawesome.com without any changes.
- All resource files of static/fontawesome obey Font Awesome License, see details at https://fontawesome.com/license.
- We don't guarantee the latest fontawesome version.
Settings
pro/settings.py
INSTALLED_APPS = [
...
"django_static_fontawesome",
...
]
Use static files
page.html
{% load staticfiles %}
{% block style %}
<link rel="stylesheet" type="text/css" href="{% static "fontawesome/css/all.min.css" %}" />
{% endblock %}
<i class="fas fa-home"></i> Home
About releases
- The first three number is the same with fontawesome project's version.
- The fourth number is our release number, it's optional.
Releases
v6.5.2.1
- Doc update.
v6.5.2.0
- Upgrade fontawesome to v6.5.2.
v6.4.2.1
- Setup changes.
v6.4.0.0
- Upgrade fontawesome to v6.4.0.
v5.15.4.0
- Upgrade fontawesome to v5.15.4.
v5.14.0.0
- No depends on django.
- Turn to the package as a pure static wrapper package.
v5.12.1.4
- Fix setup problem, make description render on pypi.
v5.12.1.3
- Fix setup.py.
v5.12.1.1
- App rename to django_static_fontawesome.
v5.12.1
- Upgrade fontawesome static files to version 5.12.1.
- Add demo page.
v5.10.2
- Use fontawesome 5.10.2.
v5.0.8.1
- Use fontawesome 5.0.8.
v5.0.2
- First release.
Release files for django-static-fontawesome 6.5.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_static_fontawesome-6.5.2.1.tar.gz | 5.7 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_static_fontawesome-6.5.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.4 MB
Release files / django_static_fontawesome-6.5.2.1.tar.gz
| Download URL | django_static_fontawesome-6.5.2.1.tar.gz |
|---|---|
| Size | 5.7 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9967c3e1a10559248de5bad9a55f30a4d51ef1406a24689fb49bdcf211e1ec2f
|
|
BLAKE2b-256 checksum How to use checksums |
c12fe476f67b8e854068ca8f54b6f40ebd4b569c43b4688ec3cce472486520c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.12
|
Release files / django_static_fontawesome-6.5.2.1-py3-none-any.whl
| Download URL | django_static_fontawesome-6.5.2.1-py3-none-any.whl |
|---|---|
| Size | 6.7 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
99802915ecbff2a8e7dce8c022dd1e08bf4efbb914ad37f43139694d4794cf12
|
|
BLAKE2b-256 checksum How to use checksums |
bd9677f61803d1c5ebacde4c1a530067b5e0c3d4558819a42df83799ac9d8b70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.12
|