04.17
Here a quick function to convert a date string into a python date object. Note the first example is how I used to do it, very messy and the second, how I am now doing it.
Read More >>
Python, Django and Linux Related Scripts, Musings & Rants
Here a quick function to convert a date string into a python date object. Note the first example is how I used to do it, very messy and the second, how I am now doing it.
Read More >>
I’ve just come across this post on The Django Users Google Group. Although I use ReportLab’s PDF Library for Python all the time, being able to use Pisa to convert existing html pages into pdfs make life a whole lot easier.
Read More >>
An interesting talk from the co-founder of Pinax, James Tauber. Pinax is an open-source collection of re-usable apps for the Django Web Framework.
By integrating numerous reusable Django apps to take care of the things that many sites have in common, it lets you focus on what makes your site different.
Read More >>