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.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.
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
Close
Hashes for django-static-fontawesome-6.5.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8457fe084bd18915d095d4d3fb4f31ee25fbbb57d7826641a3fb31d2dd062fa3 |
|
MD5 | 1b70c35a88714c54899d241e1fbad9fc |
|
BLAKE2b-256 | 284be7bd4346afe11eb096414c3c653e98a5e56d86881964e17fccfd51f00851 |
Close
Hashes for django_static_fontawesome-6.5.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0f1bc49c8d2bec3ead2beb7ed9394a7b6d0e55b49d723524d114e1bd4428f9c |
|
MD5 | 904750a5a0e7bb6be48287adc0584d35 |
|
BLAKE2b-256 | ab270f7815399570f86d40605cd539eeacef7da0cbd800bad9ff293a9e23a4ae |