cmsplugin_iconlist

A djangocms plugin displaying a list of font awesome icons


Keywords
djangocms, django, font, awesome
License
BSD-3-Clause
Install
pip install cmsplugin_iconlist==0.1.0b2

Documentation

Build Status Coverage Status Latest Version Supported Python versions Status Code Climate Requirements Status

djangocms icon list plugin

A djangocms plugin displaying font-awesome icons in a list, like so for example:

preview

Works with django 1.7, 1.8 and 1.9, works with djangocms >= 3.1.

Installation

  • pip install cmsplugin_iconlist

  • add 'cmsplugin_iconlist' to INSTALLED_APPS in settings.py

if you're using Django < 1.7:

  • migrations are in migrations_south.

  • migrate the database

Customize avaliable icons

In case you need other icons than the defaults, add the ICON_CHOICES variable to settings.py like so:

ICON_CHOICES = (
    ('fa-facebook', 'facebook'),
    ('fa-foursquare', 'foursquare'),
    ('...', '...'),
)

A full list of available icons can be found at fontawesome.