Page not found (404)

Request Method: GET
Request URL: https://elitebank.pythonanywhere.com/static/users/assets/assets/images/favicon.ico

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

  1. admin/
  2. register/ [name='register']
  3. transfer [name='transfer']
  4. transfer_history/ [name='transfer_history']
  5. deposit [name='deposit']
  6. success [name='success']
  7. dashboard/ [name='dashboard']
  8. login/ [name='login']
  9. logout/ [name='logout']
  10. password-reset/ [name='password_reset']
  11. password-reset/done/ [name='password_reset_done']
  12. password-reset-confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  13. password-reset-complete/ [name='password_reset_complete']
  14. [name='home']
  15. services/ [name='services']
  16. about/ [name='about']
  17. contact/ [name='contact']

The current path, static/users/assets/assets/images/favicon.ico, 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.