Skip to main content

Add articles complex contenttype to mezzanine contet types.

Project description

Articles is mezzanine content module which provide article content which integrate together richtextopage, gallery, add link to other pages utility and sections extension (for improve styling, grouping, etc.). Mezzanine organize pages in tree structure. Sections exted to use it as graph (for example, we can select content from different branches).

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “articles” to your INSTALLED_APPS setting in mezzanine project like this:

    INSTALLED_APPS = (
        ...
        'articles',
    )
  2. Run python manage.py migrate to create the articles models.

  3. Start the development server and visit http://127.0.0.1:8000/admin/ to create new article.

  4. Visit http://127.0.0.1:8000/ to check your work.

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

mezzanine-articles-0.1.13.tar.gz (10.1 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