Page not found (404)

Request Method: GET
Request URL: https://maitri.com/portfolio/yathraseabridge/

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

  1. ^robots\.txt
  2. maitri-admin/
  3. ^ckeditor/
  4. [name='home']
  5. contact-us/ [name='contact-us']
  6. about-us/ [name='about-us']
  7. our-works/ [name='our-works']
  8. work-detail/<slug:slug>/ [name='work-detail']
  9. our-clients/ [name='our-clients']
  10. privacy-policy/ [name='privacy-policy']
  11. terms-condition/ [name='terms-condition']
  12. employee-detail/<slug:slug>/ [name='employee-detail']
  13. exports/ [name='exports']
  14. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  15. ^media/(?P<path>.*)$

The current path, portfolio/yathraseabridge/, 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.