Top Stories published by xster in 2011
February
March
July
August
September
October

Django Log to File

In the official Django logging docs, it wasn’t very clear about how to log to files. As you can understand, Django can use any Python logging classes that are all listed here. One of them is FileHandler. To use it, just add this to your settings.py

LOGGING = {

Django Compress Static Files and Compile CSS

I started off looking for a request time compiler of LESS for Django and initially found django-css which seems to serve the purpose great. Compressing static files on the fly is definitely a nice added bonus as well. It does so by containing a fork of…

These were the top 10 stories published by xster in 2011. You can also dive into monthly archives for 2011 by using the calendar at the top of this page.

About
xster
Collection of tech tips and learnings
More information
Tags
Editors