Page not found (404)

Request Method: GET
Request URL: http://www.quanttor.com/technology.html/

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

  1. ^$ [name='root']
  2. ^(ru|en)/timeline/$ [name='timeline-list']
  3. ^(ru|en)/faq/$ [name='advice-list']
  4. ^(ru|en)/think/$ [name='thinking-list']
  5. ^(ru|en)/think/(?P<pk>\d)/$ [name='thinking-detail']
  6. ^robots\.txt$
  7. ^admin_tools/
  8. ^admin/
  9. ^tinymce/
  10. ^media\/(?P<path>.*)$
  11. ^static\/(?P<path>.*)$
  12. ^test/(?P<template>.*)
  13. ^media/(?P<path>.*)$
  14. ^images/
  15. ^(ru|en)/(?P<path>.*)
  16. ^404/
  17. ^500/

The current URL, technology.html/, 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.