Skip to main content

UNKNOWN

Project description

Installation

  1. Install it by

    pip install content-links

  2. Add content_links to your INSTALLED_APPS in settings.py

    INSTALLED_APPS = (

    ‘awesome_app’,

    ‘content_links’,

    ‘django_stuff_etc’,

    )

  3. 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’), )

    )

  4. Synchronize database by running

    python manage.py syncdb –all

  5. Visit admin panel and have fun!

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

content-links-0.1.2.tar.gz (3.9 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