Skip to main content

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

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-static-fontawesome-5.10.2.tar.gz (4.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page