Page not found (404)

Request Method: GET
Request URL: https://help.coursebank.ph/bit.ly/sparta-certificates

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

  1. [name='home']
  2. faq/dict/<int:pk>/ [name='dict']
  3. faq/sparta/<int:pk>/ [name='sparta']
  4. faq/ora/<int:pk>/ [name='ora']
  5. faq/account/<int:pk>/ [name='account']
  6. faq/courses/<int:pk>/ [name='courses']
  7. faq/certificates/<int:pk>/ [name='certificates']
  8. faq/pandr/<int:pk>/ [name='pandr']
  9. faq/policies/<int:pk>/ [name='policies']
  10. faq/cpd/<int:pk>/ [name='cpd']
  11. faq/learnrecord/<int:pk>/ [name='lr']
  12. admin/

The current path, bit.ly/sparta-certificates, 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.