diff options
| author | Sean Brant | 2013-03-10 18:39:11 -0500 |
|---|---|---|
| committer | Sean Brant | 2013-03-10 18:39:17 -0500 |
| commit | a335c4fe1544eceaa33e77a88b32edb1dea2108a (patch) | |
| tree | eaa356757922367a1a9b13c7c6c985a45a43ed9b /README.rst | |
| parent | 9d729155580ea5212386c0f7d71f4b89809073e5 (diff) | |
| download | pykss-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.rst | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |
