Quickstart¶
Installation¶
Install using pip:
pip install django-faAlternatively, you can install download or clone this repo and call
pip install -e ..Add to INSTALLED_APPS in your
settings.py:'fa',Use the font-awesome tag library in your templates
Example template¶
{% load font_awesome %} {# Load CSS #} {% fa_css %} {# Display an icon #} {% fa 'fa-shield' %}