Skip to main content

Django management command to add support for exporting Mezzanine's blog posts to Jekyll post files

Project description

This is a Django management command to add support for exporting Mezzanine’s blog posts to Jekyll post files.

Usage

  1. Install the package in your virtualenv:

$ pip install mezzanine2jekyll
  1. Add mezzanine2jekyll to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    "mezzanine2jekyll",
)
  1. Use the new management command to export:

$ python manage.py mezzanine2jekyll -h
Usage: manage.py mezzanine2jekyll [options]

Export Mezzanine blog posts as Jekyll files

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

mezzanine2jekyll-1.0.0.tar.gz (1.7 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