Page not found (404)

Request Method: GET
Request URL: https://puvsoft.in/favicon.ico

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

  1. ^media/(?P<path>.*)$
  2. ^static/(?P<path>.*)$
  3. admin/
  4. [name='index']
  5. about-us/ [name='about']
  6. web-design-nashik/ [name='web-design-nashik']
  7. website-development-nashik/ [name='websitedevelopment']
  8. digital-marketing-nashik/ [name='digital-marketing-nashik']
  9. graphic-design-nashik/ [name='graphic-design-nashik']
  10. domain-registration/ [name='domain']
  11. web-hosting/ [name='webhosting']
  12. SEO-services-Nashik/ [name='SEO-services-Nashik']
  13. app-development/ [name='app']
  14. portfolio/ [name='portfolio']
  15. Our-Team/ [name='blog']
  16. gallery/ [name='gallery']
  17. contact/ [name='contact']
  18. crud/ [name='crud']
  19. our-team/ [name='our-team']
  20. bulk-sms-nashik/ [name='bulk-sms-nashik']
  21. google-pramotions/ [name='google-pramotions']
  22. bulk-whatsapp-nashik/ [name='bulk-whatsapp-nashik']
  23. google-pramotions-nashik/ [name='google-pramotions-nashik']
  24. social-media-marketing-nashik/ [name='social-media-marketing-nashik']
  25. thankyou/ [name='thankyou']
  26. send_mail/ [name='send_mail']
  27. ^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.