Opened 6 years ago

Closed 6 years ago

#29418 closed Bug (invalid)

rss feed returnes 404

Reported by: BeshoyFarag Owned by: nobody
Component: contrib.syndication Version: 2.0
Severity: Normal Keywords: 404, rss, atom
Cc: BeshoyFarag Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by BeshoyFarag)

this is what my Django rss feed returns

Page not found (404)
Request Method:
GET
Request URL:
http://127.0.0.1:8000/blog/rss
Raised by:
django.views.generic.detail.DetailView
No post found matching the query
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.

I do not know what i am doing wrong .

Attachments (3)

feeds.py (658 bytes ) - added by BeshoyFarag 6 years ago.
feeds.py
urls.py (2.0 KB ) - added by BeshoyFarag 6 years ago.
url.py
models.py (1.3 KB ) - added by BeshoyFarag 6 years ago.
blog models.py

Download all attachments as: .zip

Change History (6)

comment:1 by BeshoyFarag, 6 years ago

Cc: BeshoyFarag added

by BeshoyFarag, 6 years ago

Attachment: feeds.py added

feeds.py

by BeshoyFarag, 6 years ago

Attachment: urls.py added

url.py

by BeshoyFarag, 6 years ago

Attachment: models.py added

blog models.py

comment:2 by BeshoyFarag, 6 years ago

Description: modified (diff)

comment:3 by Tim Graham, 6 years ago

Resolution: invalid
Status: newclosed

Please see TicketClosingReasons/UseSupportChannels for ways to get help.

Note: See TracTickets for help on using tickets.
Back to Top