Page not found (404)

Request Method: GET
Request URL: http://www.icustommadeit.com/index.php?route=product/category&path=400&page=2

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

  1. masters/
  2. [name='index']
  3. dashboard/ [name='dashboard']
  4. login/ [name='login']
  5. logout/ [name='logout']
  6. login/authenticate [name='authenticateuser']
  7. import/zohodata [name='fetchzohodata']
  8. import/zohodata/gentoken [name='generatetoken']
  9. import/zohodata/contacts/<int:pageNo> [name='fetchzohocontacts']
  10. import/zohodata/items/<int:pageNo> [name='fetchzohoitems']
  11. import/zohodata/opnbal/<int:pageNo> [name='fetchzohoopenbalances']
  12. import/zohodata/bills/<int:pageNo> [name='fetchzohobills']
  13. import/zohodata/bill/details [name='fetchzohobilldetails']
  14. ajax/product/data/ [name='ajaxproddata']
  15. ajax/purchase/register/ [name='ajaxpurregdata']
  16. ajax/sales/calculated/ [name='ajaxsalescalcdata']
  17. ajax/product/channel/all/ [name='ajaxallchannelprodsdata']
  18. import/wp [name='fetchwpdata']
  19. import/wp/hok/categories/sync [name='synchokcategories']
  20. import/wp/sdf/categories/sync [name='syncsdfcategories']
  21. admin/
  22. api/
  23. ^media/(?P<path>.*)$

The current path, index.php, 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.