Skip to main content

A simple Django app to make styleguide

Project description

Help you launch your style guide site with django in KSS syntax. you can integrate the style giude in your site easily. I use it every day. feel free to give me any suggestion.

I now change the name to django-kss-styleguide https://pypi.python.org/pypi/django-kss-styleguide/

pictures/screenshot.png

start

pip install django-kss-styleguide

Settings

in yout settings.py

Add the app,

INSTALLED_APPS += (
            "compressor",
    "django_kss",
)

One More Things

the base template is already integrate livereload.

to utilize livereload,

sudo pip install livereload

and type ‘livereload .’ in you repository root.

you can see all the braowser will reflect your change

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page