Page not found (404)

Request Method: GET
Request URL: http://stransit.kz/sectors/sector/kurs-dlya-aviatsionnogo-personala-po-hraneniyu-kontrolyu-kachestva-i-zapravke-gsm-aviation-fuel-handling/

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

  1. admin/
  2. [name='index']
  3. about [name='about']
  4. courses [name='all_courses']
  5. online_courses [name='online_courses']
  6. industrial_course/ [name='industrial_course']
  7. industrial_course/page/<int:page>/ [name='industrial_course_paginated']
  8. aviation_course [name='aviation_course']
  9. aviation_course/page/<int:page>/ [name='aviation_course_paginated']
  10. partners [name='certificates']
  11. contacts [name='contacts']
  12. users/
  13. ^media/(?P<path>.*)$
  14. ^static/(?P<path>.*)$

The current path, sectors/sector/kurs-dlya-aviatsionnogo-personala-po-hraneniyu-kontrolyu-kachestva-i-zapravke-gsm-aviation-fuel-handling/, 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.