Page not found (404)

Request Method: GET
Request URL: http://agro.com.np/tag/irrigation/

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

  1. ecom/
  2. admin/
  3. [name='index']
  4. about/ [name='about']
  5. faq/ [name='faq']
  6. agri-support/ [name='blog']
  7. contact/ [name='contact']
  8. account/
  9. orders/
  10. ^media\/(?P<path>.*)$
  11. ^static\/(?P<path>.*)$

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