Page not found (404)

Request Method: GET
Request URL: http://kkespin.ru/index.php/kalkulyator-stoimosti-tp

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

  1. [name='showindex']
  2. ^discupfile/(?P<fileid>\w+)/$ [name='discupfile']
  3. ^docupfile/(?P<fileid>\w+)/$ [name='docupfile']
  4. ^tarifupfile/(?P<fileid>\w+)/$ [name='tarifupfile']
  5. grappelli/
  6. logings/
  7. admin/
  8. spec/
  9. garant/

The current path, index.php/kalkulyator-stoimosti-tp, 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.