Django application contain font-awesome static files
Project description
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.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.
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
File details
Details for the file django-static-fontawesome-6.4.2.1.tar.gz
.
File metadata
- Download URL: django-static-fontawesome-6.4.2.1.tar.gz
- Upload date:
- Size: 5.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03732cea7b9666584f28f10ae2d785b56739e1f348f044cd471ad4ba938088f2 |
|
MD5 | 745f22091d61aba3a22d48d161b39bb8 |
|
BLAKE2b-256 | 321ad605555b953b4d62243fbfca980e1486ef391ad1eff8f422819cd6bbeb78 |
Provenance
File details
Details for the file django_static_fontawesome-6.4.2.1-py3-none-any.whl
.
File metadata
- Download URL: django_static_fontawesome-6.4.2.1-py3-none-any.whl
- Upload date:
- Size: 6.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dce093169f7afaa9da9c37eeebaa770c8ab906bbf27fb937c830809cee31c284 |
|
MD5 | e2cb096ff95c2f9fa7af7915532440aa |
|
BLAKE2b-256 | a4aa03768a703627096c224b938a3a2f3401020fbfe74bb10d8c037e55dca484 |