A djangocms plugin displaying a list of font awesome icons
Project description
[](https://pypi.python.org/pypi/cmsplugin-iconlist/)
[](https://pypi.python.org/pypi/cmsplugin-iconlist/)
[](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/).
[](https://pypi.python.org/pypi/cmsplugin-iconlist/)
[](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
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
cmsplugin_iconlist-0.0.1.tar.gz
(358.2 kB
view details)
File details
Details for the file cmsplugin_iconlist-0.0.1.tar.gz.
File metadata
- Download URL: cmsplugin_iconlist-0.0.1.tar.gz
- Upload date:
- Size: 358.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54b513073aa782a037fefae2f0a99ff40134e691b97dd3eafdd6ff374d0903d1
|
|
| MD5 |
65c7b309f4752891f4abf27ea30758f6
|
|
| BLAKE2b-256 |
2cd09f974a95a5ef8066c1edc89c13be285b61346904f2543cc4e6a35864ad60
|