Extends the link plugin of django-cms.
Project description
This is a plugin for django-cms that extends the original link plugin and adds a new field to define the class attribute of the link.
Installation
If you want to install the latest stable release from PyPi:
$ pip install cmsplugin-link-extended
If you feel adventurous and want to install the latest commit from GitHub:
$ pip install -e git://github.com/bitmazk/cmsplugin-link-extended.git#egg=cmsplugin_link_extended
Add cmsplugin_link_extended to your INSTALLED_APPS:
INSTALLED_APPS = ( ..., 'cmsplugin_link_extended', )
Don’t forget to migrate your database:
./manage.py migrate cmsplugin_link_extended
Contribute
If you want to contribute to this project, please perform the following steps:
# Fork this repository # Clone your fork $ git co -b feature_branch master # Implement your feature and tests # Describe your change in the CHANGELOG.txt $ git add . && git commit $ git push origin feature_branch # Send us a pull request for your feature branch
Roadmap
Check the issue tracker on github for milestones and features to come.
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
Close
Hashes for cmsplugin-link-extended-0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff5d750c8238c95af3e7fb4849413fa057d6d28036248a963e79dd55f7e72927 |
|
MD5 | e358e496e223960439634537c7915eea |
|
BLAKE2b-256 | bc3e89648fcadb8947af477a6786a85c069675630dc0678713dc62b6052a090f |