Page not found (404)

Request Method: GET
Request URL: http://www.sportzapper.nl/duursport/

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

  1. admin/
  2. [name='home']
  3. c/<str:name>/ [name='category']
  4. ac/<str:name>/ [name='accommodation']
  5. load-more/ [name='load_more']
  6. load-more-sale/ [name='load_more_sale']
  7. load-more-accommodation/ [name='load_more_accommodation']
  8. load-more-accommodation-sale/ [name='load_more_accommodation_sale']
  9. details/<int:st_id>/<int:pk>/ [name='details']
  10. ac/details/<int:st_id>/<int:pk>/ [name='ac_details']
  11. add-product/ [name='add-product']
  12. add-accoummodation/ [name='add-accoummodation']
  13. redirect-to/<int:product_id>/ [name='redirect_to']
  14. ac-redirect-to/<int:accommodation_id>/ [name='ac_redirect_to']
  15. all-brands/ [name='all_brands']
  16. all-shops/ [name='all_shops']
  17. add-search-tip/ [name='add_search_tip']
  18. edit-search-tip/<int:pk>/ [name='edit_search_tip']
  19. search-tip-suggestions/ [name='search_tip_suggestions']
  20. about-us/ [name='about_us']
  21. contact/ [name='contact']
  22. how-to/ [name='how_to']
  23. faq/ [name='faq']
  24. privacy/ [name='privacy']
  25. disclaimer/ [name='disclaimer']
  26. notice/ [name='notice']
  27. hotel/
  28. account/
  29. cornjob/
  30. ckeditor/
  31. ^media/(?P<path>.*)$

The current path, duursport/, 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.