Page not found (404)

Request Method: GET
Request URL: http://atelier-avocats.fr/cabinet.php

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

  1. [name='homepage']
  2. ^actualites/(?P<slug>[\w\-]+)/ [name='news']
  3. actualités/ [name='news']
  4. nos-expertises/ [name='skills']
  5. nos-expertises/(?P<slug>[\w\-]+)/ [name='skill-detail']
  6. equipes/ [name='team']
  7. rendez-vous-en-ligne/ [name='appointment']
  8. contact/ [name='contact']
  9. mentions-legales/ [name='legals']
  10. admin/
  11. administration/
  12. ^ckeditor/
  13. ^media\/(?P<path>.*)$

The current path, cabinet.php, 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.