Page not found (404)

Request Method: GET
Request URL: http://www.indian-voice-overs.com/talent-harish.html

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

  1. admin/
  2. [name='user_login']
  3. logout [name='user_logout']
  4. register [name='register']
  5. about_us [name='about_us']
  6. contact_us [name='contact_us']
  7. terms_and_conditions [name='terms_and_conditions']
  8. clients/
  9. artists/
  10. activate/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='activate']
  11. ^staticfiles/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

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