Page not found (404)

Request Method: GET
Request URL: http://www.znaniekmv.ru/scheudule/kvdfkmv2018/byxckupk@mail.ru

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

  1. ^$
  2. ^browse/([a-zA-Z-0-9_\-/]*)$
  3. ^choice$
  4. ^news/$
  5. ^bid/(\w{1})/([\w\-]+)/$
  6. ^scheudule/$
  7. ^scheudule/(?P<semPath>[a-zA-Z0-9_\-]+)/$
  8. ^teaching/methods/$
  9. ^teaching/([\w\-]+)/$
  10. ^teaching/([\w\-]+)/([\w\-]+)/$
  11. ^offers/([\w\-]+)/$
  12. ^courses/([\w\-]+)/$
  13. ^admin/
  14. ^(?P<fullPath>[a-zA-Z0-9\/\-_]+)/$

The current URL, scheudule/kvdfkmv2018/byxckupk@mail.ru, 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.