Page not found (404)

Request Method: GET
Request URL: http://hotelesdemichoacan.com/contactohoteles.html

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

  1. admin_def/
  2. admin/
  3. [name='home']
  4. home [name='home']
  5. regiones [name='regiones']
  6. ciudades-region/<slug:sregion> [name='ciudades-region']
  7. hoteles-region/<slug:sciudad> [name='hotel-region']
  8. region/<slug:sregion> [name='region']
  9. hotel/<slug:shotel> [name='hotel']
  10. <slug:slug> [name='post_list']
  11. hotel/<slug:shotel>/msg [name='send-msg']
  12. ^media\/(?P<path>.*)$

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