Opened 7 years ago
Last modified 7 years ago
#29418 closed Bug
rss feed returnes 404 — at Version 2
| 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 )
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 .
Change History (5)
comment:1 by , 7 years ago
| Cc: | added |
|---|
by , 7 years ago
comment:2 by , 7 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.
feeds.py