Page not found (404)

Request Method: GET
Request URL: https://pit.org.ua/projects/summer-school/2016/

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

  1. [name='index']
  2. contacts/ [name='contacts']
  3. about/ [name='about']
  4. requisite/ [name='requisite']
  5. news/
  6. courses/
  7. pitprojects/
  8. teachers/
  9. grappelli/
  10. admin/
  11. ^media/(?P<path>.*)$

The current path, projects/summer-school/2016/, 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.