Skip to main content

Utilities for Mezzanine CMS

Project description

Mezzy

Utilities for Mezzanine sites

PyPI version Workflow status

Installation

  1. Install via pip: pip install mezzy
  2. Add to "mezzy" to INSTALLED_APPS (if using the template tags)

Features

Utilities

Found in mezzy.utils

  • admin mixins to create "nested" inline admin experiences
  • forms mixins for more accessible and user-friendly forms
  • models abstract model classes for common inline patterns
  • tests TestCase mixin for class-based and function-based views

Template tags and filters

mezzy_tags provides the following:

  • microtemplate: Filter that parses certain variables in the value param. It can be used to allow some templating capabilities in admin fields. Default template tokens can be found in mezzy.defaults.
  • load_theme: Tag that adds the SiteConfiguration to the context. It also uses the request object as cache to avoid some DB hits.
  • clean: Filter that removes HTML tags and attributes that aren't allowed for Mezzanine by default, even if the user has disabled filtering.

Contributing

Review contribution guidelines at CONTRIBUTING.md.

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

mezzy-3.1.0.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

mezzy-3.1.0-py2.py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 2 Python 3

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