Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8000/where-to-find-a-foreign-better-half/

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

  1. admin/
  2. [name='home']
  3. about-us [name='about-us']
  4. science [name='science']
  5. technology [name='technology']
  6. engineering [name='engineering']
  7. math [name='math']
  8. weekday-program [name='weekday-program']
  9. weekend-program [name='weekend-program']
  10. faq [name='faq']
  11. contact-us/
  12. admissions/

The current path, where-to-find-a-foreign-better-half/, 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.