Page not found (404)

Request Method: GET
Request URL: http://staging.njctl.org/materials/units/special-topics-after-ap/
Raised by: apps.course_material.views.MaterialDetailView

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

  1. admin/
  2. who-we-are/media/
  3. comments/
  4. search/
  5. manage/
  6. materials/ [name='category-list']
  7. materials/ <model_type>/ [name='category-list']
  8. materials/ <model_type>/<slug>/attachments/ [name='attachment-detail']
  9. materials/ ^downloads/(?P<filename>(attachments)/by-md5/\S/\S/[^/]+/[^/]+) [name='download']
  10. materials/ <model_type>/<slug>/ [name='material-detail']

The current path, materials/units/special-topics-after-ap/, 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.