Page not found (404)

Request Method: GET
Request URL: http://laprovence.lacotebleue.fr/contents/news/s/

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

  1. ^admin/contents/(?P<model_name>\w+)/bulk-relink/(?P<related_model_name>\w+)/$ [name='contents_bulk_relink']
  2. ^admin/edit/image/(?P<id>\d+)/$
  3. ^admin/
  4. ^ajax/get_thumbnail/(?P<id>\d+)/$
  5. ^ajax/tag_list/$
  6. ^ajax/call_vimeo_api/$
  7. ^ajax/set_vimeo_thumbnail/$
  8. ^ajax/featured_index/(?P<site_id>\d+)/((?P<index_id>\d+)/)?$
  9. ^ajax/set_diffusion_indicator_filter/(?P<site_id>\d+)/$
  10. ^ajax/set_b2b_indicator_filter/(?P<site_id>\d+)/$
  11. ^ajax/set_custom_opcvm_indicator_filter/(?P<site_id>\d+)/$
  12. ^contents/webtv/(r/(?P<rubric>[^/]+)/)?(c/(?P<category>[^/]+)/)?(s/(?P<search>[^/]+)/)?(m/(?P<model>[^/]+)/)?(page(?P<page>\d+)/)?$
  13. ^contents/news/(r/(?P<rubric>[^/]+)/)?(c/(?P<category>[^/]+)/)?(s/(?P<search>[^/]+)/)?(page(?P<page>\d+)/)?$
  14. ^opcvm/issuer/(?P<am_slug>[^/]+)/(t/(?P<fund_type>[^/]+)/)?(c/(?P<classification>[^/]+)/)?(s/(?P<search>[^/]+)/)?(page(?P<page>\d+)/)?$
  15. ^opcvm/manager/(?P<manager_name>[^/]+)/(?P<manager_id>\d+)/(t/(?P<fund_type>[^/]+)/)?(c/(?P<classification>[^/]+)/)?(s/(?P<search>[^/]+)/)?(page(?P<page>\d+)/)?$
  16. ^opcvm/(i/(?P<issuer>[^/]+)/)?(t/(?P<fund_type>[^/]+)/)?(c/(?P<classification>[^/]+)/)?(s/(?P<search>[^/]+)/)?(page(?P<page>\d+)/)?$
  17. ^actions-indices/(?P<instrument_id>\d+)/$ [name='index_by_id']
  18. ^actions-indices/results/(p/(?P<place>[^/]+)/)?(m/(?P<market>[^/]+)/)?(ss/(?P<subset_id>[^/]+)/)?(t/(?P<index_type>[^/]+)/)?(s/(?P<search>[^/]+)/)?(page(?P<page>\d+)/)?$
  19. ^actions-indices/$ [name='indexstock']
  20. ^devises-taux/(s/(?P<search>[^/]+)/)?$ [name='currency']
  21. ^obligations/(s/(?P<search>[^/]+)/)?(page(?P<page>\d+)/)?$ [name='bond']
  22. ^instrument-(?P<instrument_type>.+)/(?P<intrument_slug>.+)/(page(?P<page>\d+)/)?$ [name='instrument_by_slug']
  23. ^instrument/isin/(?P<isin_code>[^/]+)/$ [name='instrument_by_isin']
  24. ^etf/(i/(?P<issuer>[^/]+)/)?(p/(?P<place_code>[^/]+)/)?(s/(?P<search>[^/]+)/)?(page(?P<page>\d+)/)?$
  25. ^stockwarrant/(p/(?P<place_code>[^/]+)/)?(s/(?P<search>[^/]+)/)?(page(?P<page>\d+)/)?$
  26. ^search/(page(?P<page>\d+)/)?$
  27. ^contacts/$
  28. ^disclaimer/$
  29. ^term_of_use/$
  30. ^compositions0/$
  31. ^compositions1/$
  32. ^compositions2/$
  33. ^compositions3/$
  34. ^rss/ct/(?P<content_type_id>\d+)/r/(?P<rubric>[^/]+)/$ [name='rss']
  35. ^\d{4}/\d{2}/(?P<slug>[^/]+)/
  36. ^$
  37. ^xml/featured/((?P<palmares>palmares)/)?$ [name='featured_indexto_xml']
  38. ^xml/instrument/(?P<instrument_type>\w+)/$ [name='to_xml']
  39. ^xml/extended/instrument/(?P<instrument_type>\w+)/$ [name='to_extendedxml']
  40. ^media/(?P<path>.*)$
  41. ^static/admin/(?P<path>.*)$

The current URL, contents/news/s/, 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.