Page not found (404)

Request Method: GET
Request URL: http://tikawasi.com/en/rooms/superior-double-room/

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

  1. i18n/
  2. admin/
  3. [name='incio']
  4. cambiar_idioma/ [name='cambiar_idioma']
  5. inicio_sistema/
  6. caja/
  7. compras/
  8. configuracion/
  9. personal/
  10. usuarios/
  11. ventas/
  12. hotel/
  13. login/ [name='login']
  14. logout/ [name='logout']
  15. registro/ [name='registro']
  16. almacen/
  17. reportes/
  18. form_footer/ [name='form_footer']
  19. en/ promotions/ [name='promociones']
  20. en/ promotions/<int:pk>/ [name='detalle_promocion']
  21. en/ rooms/ [name='habitaciones']
  22. en/ room/<int:pk>/ [name='habitacion']
  23. en/ contact/ [name='contacto']
  24. en/ about_us/ [name='nosotros']
  25. en/ gallery/ [name='galeria']
  26. en/ services/ [name='servicios']
  27. en/ home/ [name='inicio_1']
  28. en/ reserve/ [name='reserva_web']
  29. en/ reserve/imprimir/ [name='imprimir_reserva_web']
  30. en/ reserve/imprimir/<int:pk>/ [name='imprimir_reserva_web_vista']
  31. en/ reserve/paginaRespuesta [name='pagina_respuesta']
  32. en/ reserve/peticion_exitosa [name='peticion_exitosa']
  33. en/ reserve/peticion_denegada [name='peticion_denegada']
  34. ^media/(?P<path>.*)$

The current path, en/rooms/superior-double-room/, 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.