Page not found (404)

Request Method: GET
Request URL: https://rowimed.com/favicon.ico

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

  1. jet/
  2. jet/dashboard/
  3. admin/
  4. account/
  5. notify/
  6. i18n/
  7. [name='tr']
  8. en/ [name='en']
  9. about/ [name='about']
  10. hakkimizda/ [name='about_tr']
  11. iletisim/ [name='iletisim']
  12. contact/ [name='contact']
  13. blog-list/ [name='blog']
  14. blog-detail/<slug:slug>/ [name='blog_detail']
  15. blog/ [name='blog-tr']
  16. blog-detay/<slug:slug>/ [name='blog_detail_tr']
  17. hizmetler/ [name='soltr']
  18. service/ [name='sol']
  19. sertifikalar/ [name='certificate']
  20. certificates/ [name='certificaten']
  21. urunler/ [name='product-categories']
  22. urun-kategori/<slug:slug> [name='products']
  23. urun/<slug:slug>/ [name='product-detail']
  24. products/ [name='product-categoriesen']
  25. product-category/<slug:slug> [name='productsen']
  26. product/<slug:slug>/ [name='product-detailen']
  27. aydinlatma-metni/ [name='aydinlatma_metni']
  28. privacy-policy/ [name='aydinlatma_metni_en']
  29. suvicom/
  30. ckeditor/
  31. ^static\/(?P<path>.*)$
  32. ^media\/(?P<path>.*)$

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.