Re: Django Can't Find 'Tag' Class

2006-08-07 Thread Tyson Tate
On Aug 6, 2006, at 8:12 PM, Malcolm Tredinnick wrote: > ... > > Have you changed the source code and not restarted something, or is it > ponting to an older directory of source? > > Regards, > Malcolm Ah - it turned out that Apache wasn't reloading whatever it needs to reload when I do 'touch

Re: Django Can't Find 'Tag' Class

2006-08-06 Thread Malcolm Tredinnick
On Sun, 2006-08-06 at 19:48 -0700, Tyson Tate wrote: > I'm trying to add in per-tag feeds for my blog, but for some reason > Python refuses to "see" my Tag class, which is inside the same > models.py file that my Entry class in. > > Every time I visit "/feeds/tag/slug", I get the following er

Django Can't Find 'Tag' Class

2006-08-06 Thread Tyson Tate
I'm trying to add in per-tag feeds for my blog, but for some reason Python refuses to "see" my Tag class, which is inside the same models.py file that my Entry class in. Every time I visit "/feeds/tag/slug", I get the following error: http://paste.e-scribe.com/1035/ Here's the related exce