Page not found (404)

Request Method: GET
Request URL: http://andreamatthies.com/andrea/tag/youtube/

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

  1. blog/(?P<slug>[\w-]+)/add-article-comment [name='article-add-comment']
  2. admin/
  3. [name='home']
  4. trayectoria/ [name='trayectoria']
  5. proyectos/ [name='proyectos']
  6. vzlaposible/ [name='vzlaposible']
  7. vzlaposible/add-comment [name='lvp-add-comment']
  8. blog/create-post [name='create-post']
  9. blog/ [name='blog']
  10. blog/(?P<slug>[\w-]+) [name='blog-post']
  11. ^tinymce/
  12. ^media\/(?P<path>.*)$

The current path, andrea/tag/youtube/, 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.