Page not found (404)

Request Method: GET
Request URL: https://supquotes.com/category/quotes/life-quotes/page/2/

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

  1. About_Us [name='about']
  2. Contact_Us [name='contact']
  3. Disclaimer_Policy [name='disclaimer']
  4. Privacy_Policy [name='Privacy']
  5. Terms_And_Usages [name='terms_and_uses']
  6. [name='list']
  7. <slug:cata> [name='list']
  8. <slug:cata>/ [name='list']
  9. ^static\/(?P<path>.*)$
  10. admin/

The current path, category/quotes/life-quotes/page/2/, 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.