Page not found (404)

Request Method: GET
Request URL: http://argalladas.enlugo.com/noticia.589.php

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

  1. ^admin/
  2. ^recetas-cocina$ [name='toc']
  3. ^$ [name='app_blog-index']
  4. ^page/(?P<page>\d+)/$ [name='app_blog-index-page']
  5. ^(?P<slug>[-\w]+)$ [name='app_blog-post-detail']
  6. ^(?P<slug>[-\w]+)\.tmp$ [name='app_blog-post-detail-temp']
  7. ^(?P<year>\d{4})/(?P<month>\d{1,2})/$ [name='app_blog-archive']
  8. ^(?P<year>\d{4})/(?P<month>\d{1,2})/page/(?P<page>\d+)/$ [name='app_blog-archive-page']
  9. ^categoria/(?P<tag>[-_A-Za-z0-9]+)/$ [name='app_blog-with_tag']
  10. ^categoria/(?P<tag>[-_A-Za-z0-9]+)/page/(?P<page>\d+)/$ [name='app_blog-with_tag_page']
  11. ^categoria/(?P<tag>[-_A-Za-z0-9]+)/feed/$ [name='app_blog-tagfeed']
  12. ^categoria/(?P<tag>[-_A-Za-z0-9]+)/feed.rss$ [name='app_blog-tagfeed2']
  13. ^feed/$ [name='app_blog-feed']
  14. ^feed.rss$ [name='app_blog-feed2']
  15. ^ajax/testing/$ [name='app_blog-ajaxarchive']
  16. ^archivo/$ [name='app_blog-archive']
  17. ^acerca-de/
  18. ^galeria/
  19. ^robots\.txt$
  20. ^sitemap\.xml$
  21. ^media/(?P<path>.*)$

The current URL, noticia.589.php, 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.