Skip to main content

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

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmsplugin-link-extended-0.2.tar.gz (12.1 kB view details)

Uploaded Source

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page