Page not found (404)

News does not exist
Request Method:GET
Request URL:http://www.ch-arcachon.fr/actualites/114/
Raised by:arcachon.views.NewsDetailView

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

  1. admin/
  2. media/candidatures/cv/<str:file> [name='candidature']
  3. administration/
  4. robots\.txt
  5. ckeditor/
  6. plan-du-site/ [name='plan_full_site']
  7. plan/ [name='plan']
  8. [name='homepage']
  9. recherche/ [name='recherche']
  10. pages/<slug:slug>/ [name='page']
  11. actualites/ [name='homepage_news']
  12. actualites/<slug:slug_news>/ [name='homepage_news_detail']

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