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
Installed Resources
- all resource files of fontawesome-free-5.10.2-web.zip from https://fontawesome.com
Settings
INSTALLED_APPS = [
...
"django_static_fontawesome",
...
]
Use static files
{% load staticfiles %}
{% block style %}
<link rel="stylesheet" type="text/css" href="{% static "fontawesome/css/all.min.css" %}" />
{% endblock %}
<i class="fa fa-home"></i> Home
About release
- Release version sames with fontawesome version.
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
File details
Details for the file django-static-fontawesome-5.10.2.tar.gz.
File metadata
- Download URL: django-static-fontawesome-5.10.2.tar.gz
- Upload date:
- Size: 4.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7a759a4d7f88b336c109386729e302ca1bebd00411cf5cc46ebd69ca3e4568e
|
|
| MD5 |
b7fb72b3ef9eb4c1af2b11177e6727f9
|
|
| BLAKE2b-256 |
709789e448b0f51b824b2f4cf1fcc1f787796dc468daa4fa8d0b30cf91e3f5f0
|