Page not found (404)

Request Method: GET
Request URL: http://badco.hr/2012/03/05/actionable-image/

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

  1. ^admin/filebrowser/
  2. ^grappelli/
  3. ^admin/
  4. ^media/(?P<path>.*)$
  5. ^$
  6. ^(?P<activeLanguage>\w{2})/home/$ [name='home']
  7. ^(?P<activeLanguage>\w{2})/news/$
  8. ^(?P<activeLanguage>\w{2})/news/(?P<page>[-\w]+)/(?P<activeFilter>[-\w]+)$ [name='news']
  9. ^(?P<activeLanguage>\w{2})/news-item/(?P<slug>[-\w]+)$ [name='newsItem']
  10. ^(?P<activeLanguage>\w{2})/work/$
  11. ^(?P<activeLanguage>\w{2})/work/(?P<page>[-\w]+)/(?P<activeFilter>[-\w]+)$ [name='work']
  12. ^(?P<activeLanguage>\w{2})/publications/$
  13. ^(?P<activeLanguage>\w{2})/publications/(?P<page>[-\w]+)/$ [name='publications']
  14. ^(?P<activeLanguage>\w{2})/publications-item/(?P<slug>[-\w]+)/$ [name='publicationsItem']
  15. ^(?P<activeLanguage>\w{2})/press/$ [name='press']
  16. ^(?P<activeLanguage>\w{2})/about/$ [name='about']
  17. ^(?P<activeLanguage>\w{2})/contact/$ [name='contact']
  18. ^api/get-gallery/ [name='getGallery']
  19. ^admin/

The current URL, 2012/03/05/actionable-image/, 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.