Skip to content

delfick/cwf

Repository files navigation

CWF

A layer of random utility that sits between Django and your site.

Mainly used so that you can specify what views go to what urls in such a way that we can render a menu system from the same specification.

It also includes utilities to be able to seperate your site into multiple folders within the same project, each including their own views, urls, models and admin code.

Along with some other random helpers to make life with Django even simpler than it already is.

Documentation can be found on readthedocs: https://cwf.readthedocs.org

Install from pypi:

pip install cwf

Changelog

1.1.4 - 23rd March 2014
  • Fix docs to work with new version of cloud_sptheme
  • Added catch_all option for url patterns
1.1.3 - 22nd February 2014
  • HttpResponse takes content_type instead of mimetype in new Django
1.1.2 - 22nd February 2014
  • Support Django 1.6
  • Removed some of the magic from the tests
  • Removed the include_defaults option for splitter.Parts.urls
1.1.1 - 12th January 2014
1.1 - 26th October 2013
  • Updated noseOfYeti
  • cwf-debugger now doesn't fail on projects without a project_setup
  • Update to work with newer Django
  • Minor typo
1.0 - 13th January 2013
  • First public release after many years and a complete rewrite

About

Layer of utility between Django and your site

Resources

Stars

Watchers

Forks

Packages

No packages published