Page not found (404)

Request Method: GET
Request URL: https://exomengineering.com/cookies-policy.php

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

  1. account/login/ [name='login']
  2. account/two_factor/setup/ [name='setup']
  3. account/two_factor/qrcode/ [name='qr']
  4. account/two_factor/setup/complete/ [name='setup_complete']
  5. account/two_factor/backup/tokens/ [name='backup_tokens']
  6. account/two_factor/ [name='profile']
  7. account/two_factor/disable/ [name='disable']
  8. account/two_factor/phone/
  9. tinymce/
  10. admin/
  11. i18n/
  12. login [name='login']
  13. register [name='register']
  14. en/
  15. ^media/(?P<path>.*)$

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