Page not found (404)

Request Method: GET
Request URL: https://topipps.com/img/logo/logo3.png

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

  1. admin/
  2. [name='index']
  3. about [name='about']
  4. contact [name='contact']
  5. investment [name='investment']
  6. login [name='login']
  7. signup [name='signup']
  8. logout [name='logout']
  9. dashboard [name='dashboard']
  10. deposit [name='deposit']
  11. settings [name='settings']
  12. history [name='history']
  13. upload [name='upload']
  14. info [name='info']
  15. withdraw [name='withdraw']
  16. bank [name='bank']
  17. crypto [name='crypto']
  18. invest [name='invest']

The current path, img/logo/logo3.png, 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.