2009
06.30

Check out this link: Myles Creative – Logo Design, Web Design, Corporate Identity Design & Branding.

2009
06.17

This is quick method to render a xml file in Django. First check out the code I used iwhile still working ith Django 0.96 and then later with Django 1.0.

Read More >>

2009
06.07

This is a short method to delete a file automatically when calling the models delete function in django.

The image deletion function as follows, which I’ve published to custom_functions.py:

Read More >>

2009
06.02

This is a simple way to call a class such as a django model dynamically from an already known string name. This can obviously be applied in any python application.

Read More >>