Page not found (404)

Request Method: GET
Request URL: http://www.icfn.in/article/company-fundraising
Raised by: icfn_frontend.views.article_detail

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

  1. admin/
  2. activate-user/<str:activation_key>
  3. [name='icfnfront_end_index']
  4. updates/ [name='redirect_maintenance_page']
  5. login/ [name='login']
  6. logout/ [name='logout']
  7. event/<slug:event_slug> [name='eventdetail']
  8. campaign/<slug:event_slug> [name='campaigndetail']
  9. individual_register/ [name='signup']
  10. individual_register/profile/ [name='edit_profile']
  11. csos/<slug:event_slug> [name='cso_listing']
  12. campaigns/ [name='campaigns_listing']
  13. fundraisers/<slug:event_slug> [name='fundraisers_listing']
  14. fundraiser-type/<slug:event_slug>/<int:id>/ [name='fundraisers_type_listing']
  15. corporate/<slug:event_slug> [name='corporate_listing']
  16. event-about-us/<slug:event_slug> [name='event-about-us']
  17. event-faq/<slug:event_slug> [name='event-faq']
  18. event-gallery/<slug:event_slug> [name='event-gallery']
  19. fundraiser-overview/<slug:event_slug> [name='fundraiser-overview']
  20. coming-soon/ [name='coming-soon']
  21. article/<slug:article_slug> [name='article_detail']

The current path, article/company-fundraising, 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.