aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorSean Brant2013-03-10 18:39:11 -0500
committerSean Brant2013-03-10 18:39:17 -0500
commita335c4fe1544eceaa33e77a88b32edb1dea2108a (patch)
treeeaa356757922367a1a9b13c7c6c985a45a43ed9b /README.rst
parent9d729155580ea5212386c0f7d71f4b89809073e5 (diff)
downloadpykss-a335c4fe1544eceaa33e77a88b32edb1dea2108a.tar.bz2
Adds pykss.contrib.django
Provides a generic view as well as a template tag for generating style guides.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
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.