Page not found (404)

Request Method: GET
Request URL: http://www.laregie-agen.fr/j/cookies/policy

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

  1. admin/
  2. emplois/
  3. contact/
  4. newsletter/
  5. prestation-test/
  6. actualites/
  7. actualites/<slug:slug>/
  8. reussites/
  9. cv/
  10. cv/<slug:slug>/
  11. <slug:slug>/
  12. test_page/
  13. test_app/

The current path, j/cookies/policy, 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.