Page not found (404)

Request Method: GET
Request URL: http://outumuro.com/books/pages/outumuro-looks/books/outumuro-looks

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

  1. ^admin/
  2. ^media/(?P<path>.*)$
  3. ^i18n/
  4. ^$
  5. ^index/$
  6. ^fashion/$
  7. ^fashion/(?P<slug>[-\w]+)/$
  8. ^portraits/$
  9. ^portraits/(?P<slug>[-\w]+)/$
  10. ^creative-projects/$
  11. ^creative-projects/(?P<slug>[-\w]+)/$
  12. ^exhibitions/$
  13. ^exhibitions/(?P<slug>[-\w]+)/$
  14. ^books/$
  15. ^books/(?P<slug>[-\w]+)/$
  16. ^books/pages/(?P<slug>[-\w]+)/$
  17. ^biography$
  18. ^contact$

The current URL, books/pages/outumuro-looks/books/outumuro-looks, 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.