Entries by Tag

Speed up file caching in Django

Speed up file caching in Django

I recently had to find a bug in a site running Django. The site made heavy use of Django's file based caching, somewhere in the region of 100,00 files. The problem turned out to be that the current Django file caching code was not really intended to handle this many files.

Tags: Django, Python
0 Comments
 

New Site Launched: osborne-porter.co.uk

New Site Launched: osborne-porter.co.uk

Launched a new site for literary agents Osborne Porter.

Tags: Django, Python
0 Comments
 

Pyglet Piñata - Create space invaders with pyglet in 40 minutes

Pyglet Piñata - Create space invaders with pyglet in 40 minutes

Interesting talk on Pyglet, a Python package that allows you to easily create games.

Tags: Django, Python
0 Comments
 

New Site Launched - Kooka Babywear

New Site Launched - Kooka Babywear

Just launched a new e-commerce site for Kooka Babywear, built in Django.

Tags: Django, Python
0 Comments
 

Rendering text as an image using a django template tag

This templatetag allows you to use pil (python image library) to render out text in a custom font and colour. I recently created this template tag for a project I am working on, I haven't seen anything similar so I thought I would share it.

Tags: Django, Python
3 Comments
 

Media temple beta testing Django grid hosting

Media temple beta testing Django grid hosting

Media Temple is currently accepting beta testers for their new Django Grid Hosting.

Tags: Django
2 Comments
 

Spam me if you dare

Spam me if you dare

Just installed the recaptcha on this blog, hopefully will remove all the comment spam I have been getting lately.

Tags: Django, Python
2 Comments
 

Simple Menu for Django Flatpages

Generate a menu dynamically from your Django flatpages using templatetags. Using Django as a simple CMS.

Tags: Django, Python
6 Comments
 

Cookie Problem in Django admin

Cookie Problem in Django admin

I recently setup a new Server, I was having trouble logging into the django admin. It kept telling me I didn't have cookies enabled. The problem, it turns out, was a conflict between php5 and mod_python.

Tags: Django, Python
5 Comments
 

Ping Technorati from your Django blog using xml-rpc

Ping Technorati from your Django blog using xml-rpc

A very simple way of pinging Technorati every time you update your blog using the xmlrpclib in python. Also an example of pinging Google blog search.

Tags: Django, Python
5 Comments
 

Goodbye Wordpress, hello Django!!

Goodbye Wordpress, hello Django!!

This is my first post from my new django powered blog. Probably not ready to go live yet as I have done almost no design work but I couldn't resist. Lets see how she holds up.

Tags: Django, Python
0 Comments