Re: Problems with "Polls app"

2011-05-22 Thread Ivan Galic
What exactly is the problem? 'couldn't do it ok' isn't telling much. You do seem to have some problems with the indentation though. Ivan On May 22, 2011, at 10:51 AM, abilondias wrote: > Hello everyone, > I was trying Django and building the first app in the tutorial so I > couldnt do it ok >

Re: Problem in Part2 of the tutorial "DoesNotExist at /admin/"

2011-05-18 Thread Ivan Galic
Ok, I got it to work. Since the exception said " 'Site' matching query does not exist", and the docs said something about the SITE_ID describing the site in the django_site database table, I went ahead and took a look at my (sqlite) database. The django_site table was empty, so I added a row w

Re: Problem in Part2 of the tutorial "DoesNotExist at /admin/"

2011-05-18 Thread Ivan Galic
On May 18, 2011, at 8:34 AM, Gabriel Gunderson wrote: > On Tue, May 17, 2011 at 11:53 AM, igalic wrote: >> I went through the first part of the tutorial without problems, but >> when trying to turn on the admin app in tutorial 2, I got this error >> page with the message stated in subject line.