Page not found (404)

Request Method: GET
Request URL: http://www.bryancdixon.com/Spring2017/CINS465/GitHub

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

  1. admin/
  2. api/
  3. api-auth/
  4. education/
  5. research/
  6. courses/
  7. contact/
  8. support/
  9. robots.txt
  10. <slug:semester>/<int:year>/<slug:program>/<int:course>/
  11. <slug:semester>/<int:year>/<slug:program>/<int:course>/<slug:page>/
  12. <slug:semester>/<int:year>/<slug:program>/<int:course>/<slug:page>/<int:assignment_number>/

The current path, Spring2017/CINS465/GitHub, 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.