Page not found (404)

Request Method: GET
Request URL: http://lapapeleta.cu/actividad/musica/17/enero/sancti-spiritus

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

  1. ^infoweb321/login/$ [name='login']
  2. ^favicon.ico$ [name='favicon']
  3. ^infoweb321/
  4. ^infoweb321/analiticas/
  5. ^ckeditor/
  6. ^feeds/$ [name='feeds']
  7. ^feeds/musica/$ [name='feeds-musica']
  8. delete/ [name='delete']
  9. delete-activity/ [name='delete_activity']
  10. ^captcha/
  11. ^download/ [name='download']
  12. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  13. ^i18n/
  14. ^activities/
  15. ^ ^info/(?P<staticpage_slug>[\w-]+)/$ [name='staticpage']
  16. ^ ^$ [name='homepage']
  17. ^api/
  18. ^media\/(?P<path>.*)$
  19. ^static\/(?P<path>.*)$

The current path, actividad/musica/17/enero/sancti-spiritus, 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.