Link Plugin for django CMS
Project description
A Link plugin for django CMS.
Installation
This plugin requires django CMS
3.0 or higher to be properly installed and
configured. If you have many pages it supports ajax loading for selecting a page.
To enable this install Django-Select2 3.1.2 or above.
In your projects
virtualenv
, runpip install djangocms-link
.Add
djangocms_link'
to yourINSTALLED_APPS
setting.If using Django 1.7 add
'djangocms_link': 'djangocms_link.migrations_django',
toMIGRATION_MODULES
(or define :code:`MIGRATION_MODULES` if it does not exists); when django CMS 3.1 will be released, migrations for Django 1.7 will be moved to the standard location and the south-style ones tosouth_migrations
.Run manage.py migrate djangocms_link.
If you want to enable the ajax loading:
In your projects
virtualenv
, runpip install Django-Select2
.Add
'django_select2
to yourINSTALLED_APPS
settings.Add
url(r'^select2/, include('django_select2.urls')),
to your main urls.py.
Children
This plugin supports child plugins. If you add an other plugin as a child it will take this content instead of the link name as the content of the link.
Translations
If you want to help translate the plugin please do it on transifex:
https://www.transifex.com/projects/p/djangocms-link/resource/djangocms-link/
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
Built Distribution
File details
Details for the file djangocms-link-1.6.1.tar.gz
.
File metadata
- Download URL: djangocms-link-1.6.1.tar.gz
- Upload date:
- Size: 32.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fbf19e189a2e1ccb86d0c210cb22acb1580488b21335693621e4d50d2d09be4 |
|
MD5 | 852ee3507419f22ea1a44b97f4b4b88e |
|
BLAKE2b-256 | ceb874cbb84afa9affc87429ec12d4cd577b3230eb904000ef86e38d1f3a49e2 |
File details
Details for the file djangocms_link-1.6.1-py2-none-any.whl
.
File metadata
- Download URL: djangocms_link-1.6.1-py2-none-any.whl
- Upload date:
- Size: 149.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e15b4d721e6061e5306785393262ef17c3cfcd3e6bb251c14eb7b8ffd3339dd |
|
MD5 | 71abdcb213323a192ad765165d36fa3b |
|
BLAKE2b-256 | 9fa1ead7fa428cf002909ff612ee2bf005fe17bff31da819d9ebe200d6405f8a |