Page not found (404)

Request Method: GET
Request URL: http://duahan.az/audience

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

  1. admin/
  2. [name='index']
  3. about [name='about']
  4. projects [name='projects']
  5. detail/<str:slug> [name='detail']
  6. service_details/<str:slug> [name='service_details']
  7. services [name='services']
  8. contact [name='contact']
  9. baton/
  10. ^media/(?P<path>.*)$

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