Page not found (404)

Request Method: GET
Request URL: http://modatours.com.pe/hola-mundo/

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

  1. admin/
  2. persona/
  3. envio/
  4. viaje/
  5. caja/
  6. [name='index']
  7. sistema/
  8. facturacion/
  9. catalogosunat/
  10. empresa/
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

The current path, hola-mundo/, 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.