Skip to main content

A djangocms plugin displaying a list of font awesome icons

Project description

[![Latest Version](https://pypip.in/version/cmsplugin_iconlist/badge.svg)](https://pypi.python.org/pypi/cmsplugin-iconlist/)
[![Supported Python versions](https://pypip.in/py_versions/cmsplugin_iconlist/badge.svg)](https://pypi.python.org/pypi/cmsplugin-iconlist/)
[![Development Status](https://pypip.in/status/cmsplugin_iconlist/badge.svg)](https://pypi.python.org/pypi/cmsplugin_iconlist/)
# djangocms icon list plugin

A djangocms plugin displaying font-awesome icons in a list

## Installation

* ``pip install cmsplugin_iconlist``

* add ``cmsplugin_iconlist`` to ``INSTALLED_APPS`` in ``settings.py``

if you're using Django >= 1.7:

* add ``'cmsplugin_iconlist': 'cmsplugin_instagram.migrations_django'`` to ``MIGRATION_MODULES`` in ``settings.py``

* migrate the database

## Customize avaliable icons

In case you need other icons than the defaults, add ``ICON_LIST`` variable to settings like so:

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

A full list of available icons can be found [here](http://fontawesome.io/icons/).

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

cmsplugin_iconlist-0.0.1.tar.gz (358.2 kB view details)

Uploaded Source

File details

Details for the file cmsplugin_iconlist-0.0.1.tar.gz.

File metadata

File hashes

Hashes for cmsplugin_iconlist-0.0.1.tar.gz
Algorithm Hash digest
SHA256 54b513073aa782a037fefae2f0a99ff40134e691b97dd3eafdd6ff374d0903d1
MD5 65c7b309f4752891f4abf27ea30758f6
BLAKE2b-256 2cd09f974a95a5ef8066c1edc89c13be285b61346904f2543cc4e6a35864ad60

See more details on using hashes here.

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