Page not found (404)

Request Method: GET
Request URL: https://hirukigestion.es/hiruki

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

  1. admin/
  2. [name='home']
  3. remote [name='hiruki']
  4. areacliente [name='client_area']
  5. servicios [name='services']
  6. contacto [name='contact']
  7. blog [name='blog']
  8. ^blog/(?P<slug>[-\w]*)-(?P<id>[-\w]*)$ [name='blog_detail']
  9. ^static\/(?P<path>.*)$
  10. ^static\/(?P<path>.*)$
  11. ^media\/(?P<path>.*)$
  12. hirukiapp/
  13. summernote/

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