Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Simple Feeds Not Working
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Trey Piepmeier  
View profile  
 More options Sep 22 2007, 4:25 pm
From: Trey Piepmeier <tpiepme...@gmail.com>
Date: Sat, 22 Sep 2007 20:25:17 -0000
Local: Sat, Sep 22 2007 4:25 pm
Subject: Simple Feeds Not Working
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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Trey Piepmeier  
View profile  
 More options Sep 23 2007, 7:12 pm
From: Trey Piepmeier <tpiepme...@gmail.com>
Date: Sun, 23 Sep 2007 23:12:55 -0000
Local: Sun, Sep 23 2007 7:12 pm
Subject: Re: Simple Feeds Not Working
I figured out what was going wrong.  I had the Sites Framework
enabled, but I wasn't using it.  Apparently, having anything but
example.com in that database table was was what was screwing it up.
Once I put example.com back in there, it started working.  Removing
the framework from the INSTALLED_APPS section of settings.py and
deleting the django_site table works, too.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »