Page not found (404)

Request Method:GET
Request URL:https://v-chitra.com/new/works/detail/24

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

  1. [name='index']
  2. campaign/<slug:slug>/ [name='campaign_detail']
  3. agency/<slug:slug>/ [name='agency_detail']
  4. contact_us/ [name='contact_us']
  5. campaign_list/ [name='campaign_list']
  6. agencies_list/ [name='agencies_list']
  7. agencies_detail/<slug:slug> [name='agencies_detail']
  8. categorie-autocomplete/ [name='categorie-autocomplete']
  9. services-autocomplete/ [name='services-autocomplete']
  10. agency_type-autocomplete/ [name='agency_type-autocomplete']
  11. maintenance/ [name='maintenance']
  12. admin/
  13. dashboard/
  14. ckeditor/upload/ [name='ckeditor_upload']
  15. ckeditor/browse/ [name='ckeditor_browse']
  16. accounts/
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

The current path, new/works/detail/24, 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.