Page not found (404)

Request Method: GET
Request URL: https://bkarts.in/index.html

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

  1. admin/
  2. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  3. [name='HomePage']
  4. about/ [name='AboutPage']
  5. projects/ [name='ProjectsPage']
  6. clients/ [name='ClientsPage']
  7. contact/ [name='ContactPage']
  8. blogs/ [name='BlogsPage']
  9. contact_form/ [name='contact']
  10. ournewsletter/ [name='ournewsletter']
  11. blog-detail/<slug:slug>/ [name='BlogDetailPage']
  12. privacy_policy/ [name='PrivacyPolicyPage']
  13. terms&conditions/ [name='TermsAndConditonPage']
  14. services/ [name='ServicesPage']
  15. ^media/(?P<path>.*)$

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