Page not found (404)

Request Method: GET
Request URL: https://www.yattatil.com/en/bodrum/projects-detail.html

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

  1. i18n/
  2. tekne/
  3. en/ [name='index']
  4. en/ detail/ [name='detail']
  5. en/ gallery/ [name='gallery']
  6. en/ contact/ [name='contact']
  7. en/ about/ [name='about']
  8. en/ thx/ [name='thx']
  9. en/ bodrum/ [name='bodrum']
  10. en/ marmaris/ [name='marmaris']
  11. en/ fethiye/ [name='fethiye']
  12. en/ antalya/ [name='antalya']
  13. ^media/(?P<path>.*)$

The current path, en/bodrum/projects-detail.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.