django-cms-helpers is a collection of helpers when working with django-cms.
- 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.
django-cms-helpers supports Python 3 only and requires at least Django 1.11 and django-cms at least 3.4.
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