Page not found (404)

Request Method: GET
Request URL: http://agro.com.np/%E0%A4%B8%E0%A5%82%E0%A4%9A%E0%A4%A8%E0%A4%BE-%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%B5%E0%A4%BF%E0%A4%A7%E0%A4%BF%E0%A4%A6%E0%A5%87%E0%A4%96%E0%A4%BF-%E0%A4%86%E0%A4%A7%E0%A5%81%E0%A4%A8%E0%A4%BF%E0%A4%95/img_20171024_164333-768x576/

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, सूचना-प्रविधिदेखि-आधुनिक/img_20171024_164333-768x576/, 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.