Page not found (404)

Request Method: GET
Request URL: https://www.almobarmig.com/blog/tags/django/

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

  1. [name='home_name']
  2. pages/services [name='services_name']
  3. pages/about [name='about_name']
  4. pages/classes [name='classes_name']
  5. pages/contact [name='contact_name']
  6. pages/testimonial [name='testimonial_name']
  7. admin/
  8. password-reset/ [name='password_reset']
  9. users/
  10. password/
  11. api-token-auth/ [name='api-token-auth']
  12. books/api/

The current path, blog/tags/django/, 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.