Page not found (404)

Request Method: GET
Request URL: http://docsenligne.com/documentsmandat-exclusif-de-vente

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

  1. [name='index']
  2. ajax/documents [name='ajax_documents']
  3. offre [name='tarifs']
  4. mentions-legales [name='mentions']
  5. conditions-generales-d-utilisation [name='cgu']
  6. veille [name='veille']
  7. demo [name='demo']
  8. demo/merci [name='demo-merci']
  9. api [name='api']
  10. api/merci [name='api-merci']
  11. article [name='article']
  12. documents [name='documents']
  13. documents/<str:slug> [name='document_by_slug']
  14. documents/<str:ref>/<str:slug> [name='document_by_ref']
  15. landing/<str:slug> [name='landing']
  16. sitemap [name='sitemap']
  17. robots.txt [name='robots_txt']
  18. admin/
  19. ^media/(?P<path>.*)$

The current path, documentsmandat-exclusif-de-vente, 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.