Page not found (404)

Request Method: GET
Request URL: https://www.octa.ai/news-blog/2018/12/5/karoli-hindriks-is-a-mentor

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

  1. secure_admin_site/
  2. ^facebook_messenger/ [name='facebook']
  3. [name='home']
  4. logout [name='bot_logout']
  5. news [name='news']
  6. news/<str:slug> [name='news_detail']
  7. news/news/<str:slug> [name='news_detail']
  8. about [name='about']
  9. contact [name='contact_us']
  10. terms [name='terms']
  11. policy [name='policy']
  12. health [name='health']
  13. travel_whiz_kid [name='travel_whiz_kid']
  14. zara_travels [name='zara_travels']
  15. leverage_tech [name='leverage_tech']
  16. octa_featured_web [name='octa_featured_web']
  17. octa_member_pata [name='octa_member_pata']
  18. octa_travel_daily [name='octa_travel_daily']
  19. create_newgen_travel [name='create_newgen_travel']
  20. great_coding_club [name='great_coding_club']
  21. behind_scenes_coolk [name='behind_scenes_coolk']
  22. microthon_prize [name='microthon_prize']
  23. skift_speak_session [name='skift_speak_session']
  24. gen_z [name='gen_z']
  25. zara_travels [name='zara_travels']
  26. karoli_hindriks_mentor [name='karoli_hindriks_mentor']
  27. robotex_conference [name='robotex_conference']
  28. superheroes_get_together [name='superheroes_get_together']
  29. lonely_planet_interview_zara [name='lonely_planet_interview_zara']
  30. first_cool_kid_interview [name='first_cool_kid_interview']
  31. brunch_miriam_singapore [name='brunch_miriam_singapore']
  32. tallinn_bound [name='tallinn_bound']
  33. cool_kids [name='cool_kids']
  34. next_gen_sustainable_travelers [name='next_gen_sustainable_travelers']
  35. firechat_tripadvisor [name='firechat_tripadvisor']
  36. zara_swf [name='zara_swf']
  37. coolkids/<int:id> [name='cool_kid_detail']
  38. dashboard/
  39. api/
  40. session_user/ [name='session_user']
  41. api/system/
  42. session_user/ [name='session_user']
  43. social-auth/
  44. ^ses/bounce/$
  45. ^media\/(?P<path>.*)$
  46. ^admin/django-ses/

The current path, news-blog/2018/12/5/karoli-hindriks-is-a-mentor, 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.