Page not found (404)

Request Method: GET
Request URL: https://semanadeacaomundial.org/2015/baixe-os-materiais/

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

  1. <int:year>/ [name='year']
  2. <int:year>/o-que-defendemos/ [name='standingfor']
  3. <int:year>/sua-historia-na-sam/ [name='story']
  4. <int:year>/sua-historia-na-sam/<slug:slug> [name='story_entry']
  5. <int:year>/noticias/ [name='news']
  6. <int:year>/noticias/<int:month>/<int:day>/<slug:slug>/ [name='news_entry']
  7. <int:year>/conteudo-acessivel/ [name='accessiblecontent']
  8. <int:year>/conteudo-acessivel/<slug:slug>/ [name='accessiblecontent_entry']
  9. <int:year>/materiais/ [name='materials']
  10. <int:year>/materiais/<slug:slug> [name='materials_entry']
  11. <int:year>/videos/ [name='videos']
  12. <int:year>/videos/<slug:slug> [name='videos_entry']
  13. contato/
  14. busca/
  15. [name='home']
  16. <slug:url> [name='text']

The current path, 2015/baixe-os-materiais/, 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.