Page not found (404)

Request Method: GET
Request URL: https://mcunion.az/tag/oil/

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

  1. admin/
  2. cms/home [name='home-edit']
  3. [name='index']
  4. about/ [name='about']
  5. contact/ [name='contact']
  6. blogs/ [name='blogs']
  7. blogs/<int:id> [name='blog']
  8. products/ [name='products']
  9. success/ [name='success']
  10. product/<slug:id> [name='product']
  11. summernote/
  12. ^media/(?P<path>.*)$

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