Page not found (404)

No Podcast matches the given query.
Request Method: GET
Request URL: http://radar.artensort.com/p/trafalgar-264
Raised by: core.views.podcast

Using the URLconf defined in pulse.urls, Django tried these URL patterns, in this order:

  1. nimda/
  2. team/
  3. [name='index']
  4. podcasts/search/<str:search> [name='search_podcasts']
  5. podcasts/search/ [name='search_podcasts']
  6. podcasts/<int:year>/<int:month>/<int:day> [name='search_podcasts_by_date']
  7. podcasts/tag/<str:tag> [name='podcasts_tag']
  8. podcasts/tag/ [name='podcasts_tag']
  9. podcasts/cat/<int:cat> [name='podcasts_cat']
  10. podcasts [name='podcasts']
  11. podcasts/ [name='podcasts']
  12. p/<str:slug> [name='podcast']

The current path, p/trafalgar-264, matched the last one.

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.