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. Any other ideas? Regards, Tyson --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

