Skip to content

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.

License

Notifications You must be signed in to change notification settings

zoodirector/feincms3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

353 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feincms3

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

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.

Development

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
tox -e style

The easiest way to build the documentation and run the test suite is using tox:

tox -e docs  # Open docs/build/html/index.html
tox -e tests

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.5%
  • HTML 2.0%
  • Other 1.5%