Page not found (404)

Request Method: GET
Request URL: http://tradefolio.xyz/feed/index.html

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

  1. obuko/
  2. login [name='login']
  3. register [name='register']
  4. logout [name='logout']
  5. register/success [name='register_success']
  6. validate/name [name='validate-username']
  7. email/confirm/<key> [name='email-activate']
  8. email/resend-activation/ [name='resend-activation']
  9. account/profile/ [name='profile']
  10. settings/email/ [name='email_change']
  11. settings/password/ [name='password_change']
  12. settings/password/reset [name='password_reset']
  13. settings/password/reset/done [name='password_reset_done']
  14. settings/password/change/<uidb64>/<token> [name='change_password']
  15. settings/verification/ [name='verify']
  16. delete-user/ [name='delete_user']
  17. [name='home']
  18. about [name='about']
  19. terms [name='terms']
  20. privacy [name='privacy']
  21. contact [name='contact']
  22. help [name='help']
  23. copy/trading [name='copy']
  24. dashboard [name='dashboard']
  25. account/dashboard [name='dashboard']
  26. account/admin [name='admin']
  27. account/deposit [name='deposit']
  28. account/withdrawal [name='withdrawal']
  29. account/withdrawal/preview [name='withdrawal-preview']
  30. account/withdrawal/success [name='withdrawal-success']
  31. account/plan [name='upgrade']
  32. account/support [name='support']
  33. account/history [name='history']
  34. account/transactions [name='transactions']
  35. account/address [name='address']
  36. account/deactivate [name='deactivate']
  37. account/approval [name='approval']
  38. fund/ [name='fund']

The current path, feed/index.html, 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.