Page not found (404)

Request Method: GET
Request URL: https://anakenamontessori.cl/Home/Montessoriwork

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

  1. select2/
  2. ^admin/logout/$
  3. admin/
  4. baton/
  5. [name='home2']
  6. [name='home']
  7. contact/ [name='contact']
  8. about/ [name='about']
  9. building/ [name='building']
  10. montessoriwork/ [name='montessoriwork']
  11. philosophy/ [name='philosophy']
  12. news/ [name='news']
  13. registro/matricula/ [name='matricula']
  14. xcnbvmkjfktoyiuipeoriufhbdhru/ [name='registro_estudiate']
  15. xcnbvmkjfktoyiuipeoriufhbdhru/<int:anio> [name='registro_estudiate']
  16. news/$ [name='news']
  17. ^news/(?P<slug>[\w-]+)/$ [name='news_detail']
  18. ^images/(?P<slug>[\w-]+)/$ [name='images']
  19. ^region_list/$ [name='region_list']
  20. ^comuna_list/$ [name='comuna_list']
  21. ^images_list/$ [name='images_list']
  22. ^author_list/$ [name='author_list']
  23. ^jornada_list/$ [name='jornada_list']
  24. ^student_list/$ [name='student_list']
  25. ^year_list/$ [name='year_list']
  26. ^teacher_list/$ [name='teacher_list']
  27. ^chaining/
  28. ^media/(?P<path>.*)$
  29. ^static/(?P<path>.*)$

The current path, Home/Montessoriwork, 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.