Posts for tips

CSS Floats and Container Height

<strong>&lt;edit&gt;</strong>
As pointed out by rborn in the comments below a better way is to simple set the container overflow css property to "auto". This does the job for you and is a bit tidied

Multiple websites in the same Django project

Want to run two websites from the same Django project? It took me a white to find this one out so I thought I’d post it up here.
Basically you need a couple of steps... First add django.contrib.site