Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.61 KB

README.rst

File metadata and controls

61 lines (38 loc) · 1.61 KB

django-cms-helpers

Latest Version Coverage Status Documentation Status https://travis-ci.org/moccu/django-cms-helpers.svg?branch=master

django-cms-helpers is a collection of helpers when working with django-cms.

Features

  • templatetag for getting title extension object.
  • anylink extension for cms pages.
  • boilerplate code for ExtensionToolbar.
  • FilerFileField extension to validate file extension and make default_alt_text required.

Requirements

django-cms-helpers supports Python 3 only and requires at least Django 1.11 and django-cms at least 3.4.

Prepare for development

A Python 3.6 interpreter is required in addition to pipenv.

$ pipenv install --python 3.6 --dev
$ pipenv shell
$ pip install -e .

Now you're ready to run the tests:

$ pipenv run py.test

Resources