Page not found (404)

Request Method:GET
Request URL:http://codetoflow.com/favicon.ico

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

  1. admin/
  2. accounts/
  3. [name='show_page']
  4. api/convert_code [name='convert_code']
  5. privacy/ [name='privacy_policy']
  6. terms/ [name='terms_and_conditions']
  7. api/fetch_details/<uuid:uuid> [name='fetch_shared_code']
  8. upgrade/ [name='chat_response_api']
  9. codeflows/ [name='view_code_flows']
  10. api/code-flows/ [name='view_code_flows_api']
  11. webhooks/lemon-squeezyasdasdasasddf34/ [name='lemon_squeezy_webhook']
  12. clean_images_page/ [name='upload_images']
  13. clean_images/ [name='clean_images']
  14. pencil_sketch/ [name='pencil_sketch_view']
  15. feedback/ [name='render_feedback_page']
  16. render_marriage_bio_data/ [name='render_marriage_bio_data']
  17. api/feedback/ [name='feedback']
  18. ads.txt

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