I\'ve been having a look at Django and, from what I\'ve seen, it\'s pretty darn fantastic. I\'m a little confused, however, how I go about implementing a \"home page\" for my we
The easiest way is using Django's "Flatpages". See this link for more info: http://docs.djangoproject.com/en/dev/ref/contrib/flatpages/