Skip to main content

feincms3

Project description

https://travis-ci.org/matthiask/feincms3.svg?branch=master Documentation Status

feincms3 provides additional building blocks on top of django-content-editor and django-cte-forest which make building a page CMS (and also other types of CMS) simpler.

Consult the documentation or the example project feincms3-example for additional details.

Coding style

feincms3 uses both flake8 and isort to check for style violations. It is recommended to add the following git hook as an executable file at .git/hooks/pre-commit:

#!/bin/bash
set -ex
export PYTHONWARNINGS=ignore
flake8 .
isort --recursive --check-only --diff

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page