Archive for the ‘django’ Category

Django - just starting

Thursday, September 20th, 2007

I decided it was time to learn some Python (it’s showing up everywhere I look!). So after looking at a lot of different web frameworks, I started trying Django. Their template system seems to fit the way I like to do things which has been strangely rare in most frameworks.

Anyway, this line from the Django book proved to me I was on the right track:

Pretty URLs are a sign of a quality Web application