Re: newbie -- hiccups in following tutorial

2008-07-22 Thread Horst Gutmann
svn co http://code.djangoproject.com/svn/django/trunk/ django :-) -- Horst On Tue, Jul 22, 2008 at 2:43 PM, Morgan Packard <[EMAIL PROTECTED]> wrote: > cool. thanks. what's the svn url for the version I want? > > -m- > > On Jul 22, 5:18 am, "Horst Gutmann" <[EMAIL PROTECTED]> wrote: >> This tut

Re: newbie -- hiccups in following tutorial

2008-07-22 Thread Morgan Packard
Thanks again. I"m pretty sure that's where my django install came from. I _had_ installed one of the older versions, but had to upgrade in order to follow the tutorial. I need to get on some other work now, will give this another try in a day or two. -Morgan On Jul 22, 8:49 am, "Horst Gutmann" <

Re: newbie -- hiccups in following tutorial

2008-07-22 Thread Morgan Packard
cool. thanks. what's the svn url for the version I want? -m- On Jul 22, 5:18 am, "Horst Gutmann" <[EMAIL PROTECTED]> wrote: > This tutorial applies to the trunk version of Django and this > particular part requires a very recent checkout (from not older than > the 18th of this month). You can no

Re: newbie -- hiccups in following tutorial

2008-07-22 Thread Horst Gutmann
This tutorial applies to the trunk version of Django and this particular part requires a very recent checkout (from not older than the 18th of this month). You can normally get the version of Django you're using by running `django-admin.py --version` :-) The problem you have seems to be related t

newbie -- hiccups in following tutorial

2008-07-22 Thread Morgan Packard
Hello all, I'm going through the tutorial at http://www.djangoproject.com/documentation/tutorial01/, and am having trouble with the second page (http:// www.djangoproject.com/documentation/tutorial01/). The tutorial instructs me to add "admin.site.register(Poll)" to the bottom of models.py. I'v