Page not found (404)

No Page matches the given query.
Request Method: GET
Request URL: https://www.performance-business-school.fr/page/ecole-performance-business-school
Raised by: pages_cms.views.page_details

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

  1. admin/
  2. ^ckeditor/
  3. ^robots\.txt$
  4. ^mentions-legales/$ [name='legalmentionsurl']
  5. ^politique-de-confidentialite-reseaux-sociaux/$ [name='confidentialiteurl']
  6. sitemap.xml
  7. ^media/(?P<path>.*)$
  8. ^$ [name='home']
  9. page/ ^(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)$ [name='page-details']

The current path, page/ecole-performance-business-school, 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.