Page not found (404)

Request Method: GET
Request URL: https://newlinkcollege.com/tag/requirements/

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

  1. ^media/(?P<path>.+)$
  2. summernote/
  3. upload_image/
  4. tinymce/
  5. ncollege/
  6. lang/(?P<langid>\d+)/ [name='lang']
  7. agreement/ [name='agreement']
  8. privacy/ [name='privacy']
  9. [name='index']
  10. contact/ [name='contact']
  11. about/(?P<serviceid>\d+)/ [name='about']
  12. course/
  13. userinfo/
  14. cart/
  15. video/
  16. events/
  17. ^media/(?P<path>.*)$

The current path, tag/requirements/, 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.