Content links
Content links is a FeinCMS content type app which allows you to link other FeinCMS pages, or external URLs, to specific page within your website.
Installation
Install it by
pip install content-links
Add content_links to your INSTALLED_APPS in settings.py
- INSTALLED_APPS = (
‘awesome_app’,
‘content_links’,
‘django_stuff_etc’,
)
Register the app for FeinCMS in models.py
from feincms.module.page.models import Page
from content_links.models import ContentLink
- Page.create_content_type(ContentLink, TYPE_CHOICES=(
(‘one’, ‘One’),
(‘two’, ‘Two’), )
)
Synchronize database by running
python manage.py syncdb –all
Visit admin panel and have fun!
Release files for content-links 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| content-links-0.1.2.tar.gz | 3.9 kB | Details |
Release files / content-links-0.1.2.tar.gz
| Download URL | content-links-0.1.2.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4a918d44734605fae48d72e154d7518b349663070770205813bc41cc386680e0
|
|
BLAKE2b-256 checksum How to use checksums |
21d3a02a9334b42e97d58555c76ac0fb3e9eb7acb820e9300049f87c7d39dac2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |