A link plugin for django-fluent-pages
Project description
fluentcms-link
A plugin for django-fluent-contents to add a link to an other page or to an external website.
Installation
First install the module, preferably in a virtual environment. It can be installed from PyPI:
pip install fluentcms-link
Backend Configuration
First make sure the project is configured for django-fluent-contents.
Then add the following settings:
INSTALLED_APPS += (
'fluentcms_link',
)
The database tables can be created afterwards:
python ./manage.py migrate
Now, the LinkPlugin can be added to your PlaceholderField and PlaceholderEditorAdmin admin screens.
Frontend Configuration
If needed, the HTML code can be overwritten by redefining fluentcms_link/link.html.
Contributing
If you like this module, forked it, or would like to improve it, please let us know! Pull requests are welcome too. :-)
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
Built Distribution
Hashes for fluentcms_link-0.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 974c571c2bde07fb0c7e91c4b0d369c09163eeb9ee2f9358ce07370e7d7946b9 |
|
MD5 | a9eacecf84276f86e9a5286fed1a2094 |
|
BLAKE2b-256 | 343b18f8da30cbcdfd3e41a0af853f76604003cf73e44b7e24a5533b1ebb7df6 |