Page not found (404)

No ibct v13 base article found matching the query
Request Method: GET
Request URL: http://ibctv13.com/department_blog/OIL
Raised by: ibctv13.views.DepartmentProgramsDetail

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

  1. demo/
  2. admin/
  3. login
  4. loginibc [name='loginibc']
  5. about
  6. ibclive
  7. ibc12live
  8. privacy
  9. departments [name='ibctv13_departments']
  10. departments/<slug:slug> [name='ibctv13_department_detail']
  11. department_blog/<slug:slug> [name='ibctv13_departmentblog_detail']

The current path, department_blog/OIL, matched the last one.

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.