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 hashes)

Uploaded Source

Supported by

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