Re: Problem with the django tutorial

2007-12-05 Thread andy baxter
I thought I had - in fact I'm pretty sure I remember doing it, but when I looked it wasn't there, so thanks for this. It's now working OK. andy ChaosKCW wrote: > Hi > > It works for me, > > Did you add your application to the settings.py as per a previous > step ? > > On Dec 5, 3:36 pm, andy ba

Re: Problem with the django tutorial

2007-12-05 Thread ChaosKCW
Hi It works for me, Did you add your application to the settings.py as per a previous step ? On Dec 5, 3:36 pm, andy baxter <[EMAIL PROTECTED]> wrote: > Hello, > > I've been working my way through the django tutorial. I'm really > impressed with what django can do, but I've hit a problem - I'm

Problem with the django tutorial

2007-12-05 Thread andy baxter
Hello, I've been working my way through the django tutorial. I'm really impressed with what django can do, but I've hit a problem - I'm now on the part of part 2 of the tutorial where it says to add the following lines to your mysite/polls/models.py: class Poll(models.Model): # ... cl