Page not found (404)

Request Method: GET
Request URL: http://sanpietroinlamosa.org/monastero/3/index.html

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

  1. ^admin/
  2. ^$ [name='home']
  3. ^pagina/(?P<post_id>\d+)/$ [name='pagina']
  4. ^categoria/(?P<post_id>\d+)/$ [name='categoria']
  5. ^attivita/(?P<post_id>\d+)/$ [name='attivita']
  6. ^collana/$ [name='collana']
  7. ^luoghi/$ [name='luoghi']
  8. ^luoghi/(?P<post_id>\d+)/$ [name='luogo']
  9. ^monastero/$ [name='monastero']
  10. ^monastero/(?P<post_id>\d+)/$ [name='sale']
  11. ^contatti/$ [name='contatto']
  12. ^partner/$ [name='partner']
  13. ^galleria/$ [name='galleria']
  14. ^contact/$ [name='contact']
  15. ^success/$ [name='success']
  16. ^cluniacensi/$ [name='cluniacensi']
  17. ^news/$ [name='news']
  18. ^news/(?P<post_id>\d+)/$ [name='news-dettaglio']
  19. ^api/cluniacensi/$ [name='cluniacensiJson']
  20. ^tinymce/
  21. ^media/(?P<path>.*)$

The current URL, monastero/3/index.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.