Page not found (404)

Request Method: GET
Request URL: https://www.arc-cercle-international.com/pages/BALADES_DANS_PARIS-782856.html

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

  1. [name='accueil']
  2. simple-form/ [name='test-form']
  3. upload_image_endpoint/ [name='upload']
  4. actualites/
  5. uploads/ [name='upload_image']
  6. reportages/
  7. mission/
  8. cultures/
  9. contact/
  10. inscriptions/
  11. tinymce/
  12. admin/
  13. grappelli/
  14. cgu/ [name='cgu']
  15. ^media/(?P<path>.*)$
  16. ^media/(?P<path>.*)$

The current path, pages/BALADES_DANS_PARIS-782856.html, 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.