Showing posts with label minimal effort. Show all posts
Showing posts with label minimal effort. Show all posts

Friday, 10 April 2009

So You're Interested In Django?

For those of you that don't know, django is a high level python web framework that can be used to generate potentially complex web sites with a minimal amount of effort.

This blog will be looking at some of the more advanced aspects available to a django programmer in an attempt to reduce the effort required in your site even further.  What this blog wont be featuring however is a guide to starting up a django site, as this information is already freely available on the django project website http://www.djangoproject.com (in particular the tutorial available at http://docs.djangoproject.com/en/dev/intro/tutorial01/ is a good place to start). Although I will be happy to offer any advice to anyone having trouble getting started.