Page not found (404)

Request Method: GET
Request URL: http://atehno.com.ua/incoterms2010.html

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

  1. ^$
  2. ^admin/
  3. ^ckeditor/
  4. ^chaining/
  5. ^(\w+)$ [name='page']
  6. ^api/set_language/(\w+) [name='language']
  7. ^media\/(?P<path>.*)$

The current URL, incoterms2010.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.