2009
06.30
06.30
Check out this link: Myles Creative – Logo Design, Web Design, Corporate Identity Design & Branding.
Python, Django and Linux Related Scripts, Musings & Rants
Check out this link: Myles Creative – Logo Design, Web Design, Corporate Identity Design & Branding.
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 >>
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 >>
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 >>