From a335c4fe1544eceaa33e77a88b32edb1dea2108a Mon Sep 17 00:00:00 2001 From: Sean Brant Date: Sun, 10 Mar 2013 18:39:11 -0500 Subject: Adds pykss.contrib.django Provides a generic view as well as a template tag for generating style guides. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 232f2ab..0738c12 100644 --- a/README.rst +++ b/README.rst @@ -50,3 +50,10 @@ Usage >>> >>> styleguide.section('2.1.1').modifiers[0].description 'Subtle hover highlight' + + +Django Usage +------------ +If you would like to use KSS within a Django project `pykss.contrib.django` +provides a view and template tag to make it easier. Check out the example +Django project for usage. -- cgit v1.2.3