django-sockjs-tornado is basically a thin wrapper on top of sockjs-tornado which makes it dead easy to write websocket based apps on top of the sockjs Websocket emulation library.With this wrapper you basically have access to everything else you need from...

read more

django_static is a Django plugin that enables as various template tags for better serving your static content. It basically rewrites references to static files and where applicable it does whitespace optmization of the content.By making references to...

read more
mincss

mincss 0.8.6

For given CSS and HTML files, mincss parses the CSS file, parses HTML page and reports which of the CSS selectors are actually being used on the page and which not.The developer can then go and eliminate those rules from his CSS stylesheet.Examples and...

read more