Page not found (404)

Request Method: GET
Request URL: https://karuwakispeaks.com/Podcast

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

  1. admin/
  2. [name='home']
  3. contact [name='contact']
  4. poetry-in-motion [name='poetry_in_motion']
  5. news [name='news']
  6. aaj-ki-tithi [name='aaj_ki_tithi']
  7. magical_world_of_books/ [name='magical_world_of_books']
  8. magical_world_of_books/<str:slug>/ [name='magical_world_of_books1']
  9. the-weekend-vibe/ [name='the_weekend_vibe']
  10. privacy-policy [name='privacy_policy']
  11. about [name='about']
  12. search [name='search']
  13. search [name='search']
  14. signup [name='handleSignUp']
  15. login [name='handleLogin']
  16. logout [name='handleLogout']
  17. change_password [name='changePassword']
  18. reset_password/ [name='reset_password']
  19. reset_password_sent/ [name='password_reset_done']
  20. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  21. reset_password_complete/ [name='password_reset_complete']
  22. blog/
  23. ^Karuwaki/static/(?P<path>.*)$
  24. ^Karuwaki/media/(?P<path>.*)$

The current path, Podcast, didn’t match any of these.

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.