Page not found (404)

Request Method: GET
Request URL: https://freiruidepine.com.br/frei/homilia-pascoa/

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

  1. galleries/new/ [name='gallery_new']
  2. galleries/list/ [name='gallery_list']
  3. [name='index']
  4. category/<int:pk>/edit/ [name='category_edit']
  5. category/new/ [name='category_new']
  6. backup_media/ [name='backup_media']
  7. restore_media/ [name='restore_media']
  8. picture/<path:picture_path>/edit/ [name='image_edit']
  9. postagens/<str:category>/ [name='post_list']
  10. postagens/<str:category>/<int:pk>/ [name='post_details']
  11. postagem/criar/<str:category> [name='post_new']
  12. postagens/<int:pk>/editar/ [name='post_edit']
  13. oauth/
  14. settings/ [name='settings']
  15. post_to_facebook/ [name='post_to_facebook']
  16. admin/
  17. admin/
  18. admin/defender/
  19. ^media/(?P<path>.*)$
  20. ^static/(?P<path>.*)$

The current path, frei/homilia-pascoa/, 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.