Page not found (404)

Request Method: GET
Request URL: http://xn--80agaiv1aldjl4i.xn--p1ai/2011-god

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. ^razdupfile/(?P<fileid>\w+)/$ [name='razdupfile']
  4. ^docsupfile/(?P<fileid>\w+)/$ [name='docsupfile']
  5. grappelli/
  6. logings/
  7. admin/
  8. spec/
  9. garant/

The current path, 2011-god, 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.