On Thu, Jun 25, 2009 at 4:29 PM, Divesh Gidwani <dagidw...@gmail.com> wrote:

>
> Hey Guys,
>
> I'm new to Django and computer programming and am currently following
> a tutorial from this website:
>
> http://www.zabada.com/tutorials/django-quick-start.php
>

I wouldn't recommend that.  From a brief look that tutorial is based on
Django 0.96, and unless you are supporting old code written for that level
you do not want to be starting out with such an old base.  There are many
things that changed between 0.96 and 1.0 in a backwards-incompatible way
(one of which has led to your problem), you are much better off starting
with 1.0.  Why not use the official Django tutorial, which is updated to
match the current code (or you can use the version for the latest official
release, depending on what level of Django you decide to go with):

http://docs.djangoproject.com/en/dev/intro/tutorial01/#intro-tutorial01

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to