I can't seem to get the most basic of feeds working by following the
instructions here: http://www.djangoproject.com/documentation/syndication_feeds/

I keep getting this error message:

---

DoesNotExist at /feeds/feed_name/
Site matching query does not exist.

Request Method: GET
Request URL:    http://localhost:8000/feeds/feed_name/
Exception Type: DoesNotExist
Exception Value:        Site matching query does not exist.
Exception Location:     /Users/trey/Sites/django/django_src/django/db/
models/query.py in get, line 263
Python Executable:      /Library/Frameworks/Python.framework/Versions/2.4/
Resources/Python.app/Contents/MacOS/Python
Python Version: 2.4.4

---

Any idea what might be going on here?  Is this something to do with
the "sites framework"?  I'm not doing anything with that framework--I
have it installed simply because it's the default and because I
thought I might end up using it eventually.


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to