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.