Skip to main content

A simple mezzanine app which facilitates the management and playing of sermons

Project description

mezzanine-sermons is for use with the Mezzanine CMS. It allows the management and display of sermons and sermon series.

Requirements

mezzanine-sermons requires that the following python apps be installed:

  • Python 3.4

  • Mezzanine 3.1 (and its dependencies)

  • Django 1.7 + (this app uses the django migrations framework)

Installation

  1. The easiest method is to install directly from pypi using pip by running the command below:

$ pip install mezzanine-sermons
  1. Add mezzanine_sermons to INSTALLED_APPS in settings.py immediately after your Django apps and before your Mezzanine apps:

    INSTALLED_APPS = (
        ...
        "mezzanine_sermons",
        ...
        )
  1. Run python manage.py migrate mezzanine_sermons to create the mezzanine-slideshows models.

  2. The app comes with three templates which can hook into your project. Hook the url into your project

    url(r'^sermons/', include('mezzanine_sermons.urls', namespace="sermons", app_name='mezzanine_sermons')),

    Then create pages using base.html at: * sermons * sermons/allseries

    The block {% full_width_content %} must appear in your base as this is where the template places the data.

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-sermons-0.1.6.tar.gz (7.0 kB view details)

Uploaded Source

File details

Details for the file mezzanine-sermons-0.1.6.tar.gz.

File metadata

File hashes

Hashes for mezzanine-sermons-0.1.6.tar.gz
Algorithm Hash digest
SHA256 a0fd3363245f8bca5a636ad4854b0ff5b35c516899456d928e0cdf62b46761a4
MD5 ec71af56cc4656178a590fd1e70f98a2
BLAKE2b-256 11c28f19276f9b540c148ebe1f32f8021ab130a8d8672cefdb8c8e9503c297f3

See more details on using hashes here.

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