Page not found (404)

Request Method: GET
Request URL: https://actualamerica.org/noticias/2018/11/5/actual-entrega-reconocimiento-al-ministro-de-turismo-de-cuba-manuel-marrero-cruz-durante-su-estancia-en-mexico/

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

  1. admin/
  2. registro/
  3. [name='home']
  4. mtto [name='mtto']
  5. gallery/ [name='gallery']
  6. registro_asociaciones/ [name='asociaciones']
  7. registro_empresas/ [name='empresas']
  8. contact/ [name='contact']
  9. contact-whats/ [name='contact_w']
  10. noticias/ [name='posts_list']
  11. noticias/ <str:slug>/detalle/ [name='post_detail']
  12. congreso/
  13. reserva/
  14. ^media\/(?P<path>.*)$

The current path, noticias/2018/11/5/actual-entrega-reconocimiento-al-ministro-de-turismo-de-cuba-manuel-marrero-cruz-durante-su-estancia-en-mexico/, 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.