Testing your first Django app

This is my unofficial part five for the Django tutorial, I've attempted to write in a similar style and hopefully will be a useful starting place for those starting with Django (or just testing Django)

Read More...

Older Articles

My Project 52 and Managing Yours

I skipped the introduction post last week but thought I'd take the opportunity this week after some of the discussions on the mailing list. So here are my humble thoughts of P52.

Fun with Balls

When I learn a new language I like to create a basic application that has some 2D balls (spheres if you prefer) bouncing on the screen. Here is my JavaScript effort.

Nicer dynamic forms in django

I used to make dynamic forms for Django in very bad way, I'm happy to admit that now as I've improved my process. Discussion and examples of how I recommend you tackle dynamic forms.

SiteSprint - The post-mortem

STOP CODING! SiteSprint has finished. Did you take part? How did you get on? Remember to write up how you got on! This post is a quick wrap-up of my Sitesprint experiences

Django, it's just Python.

'Django; It's just python' A statement I've heard a few Django people use. I happen to think its quite relevant and important to remember. Django is stupidly easy to get started with, you feel empowered when you make your first website and its amazing but at this point you wouldn't claim to being a python coder would you?

I'm attending...

19
jul
2010

EuroPython

Birmingham, UK

Official European Python conference.

24
may
2010

djangocon.eu

Berlin, Germany

Official European Django conference.

03
mar
2010

Refresh Edinburgh

Holyrood 9A, Edinburgh

A community of web developers and designers interested in cutting-edge web technologies.

19
feb
2010

Refresh Edinburgh Talks

Holyrood 9A, Edinburgh

Refresh Edinburgh talks


Twitter

31st JUL About to Go Ape with @bazilbroome

30th JUL HTC Desire users getting Froyo - android 2.2 - this weekend. http://bit.ly/9bclkv #win

30th JUL The UK government defending its use of IE6 http://bit.ly/9uVbrZ

29th JUL I seem to keep RT'ing people by mistake. Sorry!

28th JUL Why would you write "self.__dict__['_x1'] = x1" over self._x1 = x1?

28th JUL Overusing isinstance() is really annoying.

27th JUL Is there a nice way to have unittest show the time each test took to run? say in combination with verbosity set to 2?