Page not found (404)

Request Method: GET
Request URL: https://www.arslanyapi.com.tr/tr/project/hastane-kapilari/

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

  1. tr/ admin/
  2. tr/ [name='home']
  3. tr/ company/ [name='company']
  4. tr/ pdf/<file>/ [name='pdf']
  5. tr/ contact/ [name='contact']
  6. tr/ privacy-policy/ [name='privacy']
  7. tr/ news/
  8. tr/ products/
  9. tr/ gallery/
  10. tr/ i18n/
  11. tr/ sitemap.xml/
  12. tr/ robots.txt
  13. ^media\/(?P<path>.*)$

The current path, tr/project/hastane-kapilari/, 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.