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 error:  
> http://paste.e-scribe.com/1035/
> 
> Here's the related excerpt from the urls.py file: http://paste.e- 
> scribe.com/1037/ "line 24" from the error refers to line 18 in the  
> pastebin (yes, the blank line).
> 
> Through the command line, I can import Tag from my blog's models.py  
> file just fine, so I'm sure there's no problem with that file. All of  
> my other feeds work fine, as well.

It looks like the code isn't accessing the files you think it is, since
that error is reporting a commented out source line (and no such line
exists in the other fragment you posted).

Have you changed the source code and not restarted something, or is it
ponting to an older directory of source?

Regards,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to