Page not found (404)

Request Method: GET
Request URL: http://nptak.ir/index.php/92-2013-02-18-06-26-02/176-2014-01-17-20-33-59

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

  1. admin/
  2. home/<str:userCode>/ [name='home']
  3. gettingItems/<str:code>/ [name='gettingItems']
  4. base/<str:userCode>/ [name='base']
  5. about/<str:userCode>/ [name='about']
  6. agentRegistration/<str:userCode>/ [name='agentRegistration']
  7. listOfAgent/<str:userCode>/ [name='listOfAgent']
  8. agentDetails/<str:userCode>/<str:id>/ [name='agentDetails']
  9. login/<str:userCode>/ [name='login']
  10. exit/<str:userCode>/ [name='exit']
  11. forgotPassword/<str:userCode>/ [name='forgotPassword']
  12. support/<str:userCode>/ [name='support']
  13. customerRegistration/<str:userCode>/ [name='customerRegistration']
  14. charhApplicationDetails/<str:userCode>/ [name='charhApplicationDetails']
  15. selectedAgentForBuy/<str:userCode>/<str:productCode>/<str:factorId>/ [name='selectedAgentForBuy']
  16. loginOrRegistrationsForBuy/<str:userCode>/<str:productCode>/<str:factorId>/ [name='loginOrRegistrationsForBuy']
  17. parsaCardBoardDetails/<str:userCode>/ [name='parsaCardBoardDetails']
  18. loginWhenBuy/<str:userCode>/<str:productCode>/<str:factorId>/ [name='loginWhenBuy']
  19. customerRegistrationWhenBuy/<str:userCode>/ [name='customerRegistrationWhenBuy']
  20. resultPeymentBuy/<str:userCode>/ [name='resultPeymentBuy']
  21. sentToBitPay/<str:userCode>/<str:factorId>/ [name='sentToBitPay']
  22. agentPage/<str:userCode>/ [name='agentPage']
  23. detailsAgentInfo/<str:userCode>/ [name='detailsAgentInfo']
  24. listOfIncludedCustomer/<str:userCode>/ [name='listOfIncludedCustomer']
  25. adminPanel/ [name='adminPanel']
  26. forgotPassword/ [name='forgotPassword']
  27. adminPage/ [name='adminPage']
  28. listOfAgentsRequest/ [name='listOfAgentsRequest']
  29. detailsOfAgentInfo/<str:id>/ [name='detailsOfAgentInfo']
  30. rejectAgent/<str:id>/ [name='rejectAgent']
  31. confirmAgent/<str:id>/ [name='confirmAgent']
  32. listOfAgents/ [name='listOfAgents']
  33. listOfRejectAgent/ [name='listOfRejectAgent']
  34. listOfDeletesAgent/ [name='listOfDeletesAgent']
  35. deleteAgent/<str:id>/ [name='deleteAgent']
  36. deleteForeverAgent/<str:id>/ [name='deleteForeverAgent']
  37. listOfCustomer/ [name='listOfCustomer']
  38. detailsOfCustomerInfo/<str:id>/ [name='detailsOfCustomerInfo']
  39. deleteCustomer/<str:id>/ [name='deleteCustomer']
  40. listOfDeletedCustomer/ [name='listOfDeletedCustomer']
  41. deleteForeverCustomer/<str:id>/ [name='deleteForeverCustomer']
  42. confirmCustomer/<str:id>/ [name='confirmCustomer']
  43. listOfBuyReport/ [name='listOfBuyReport']
  44. customerPage/<str:userCode>/ [name='customerPage']
  45. detailsCustomerInfo/<str:userCode>/ [name='detailsCustomerInfo']
  46. supportTicketCustomer/<str:userCode>/ [name='supportTicketCustomer']
  47. listOfProductBuy/<str:userCode>/ [name='listOfProductBuy']
  48. ^media/(?P<path>.*)$

The current path, index.php/92-2013-02-18-06-26-02/176-2014-01-17-20-33-59, 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.