Page not found (404)

Request Method: GET
Request URL: https://lavayapi.com/tr/velena-evleri.html

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

  1. admin/
  2. i18n/
  3. select/<slug:lg> [name='selectlanguage']
  4. captcha/
  5. tr/ [name='home']
  6. tr/ katalog/<slug:slug> [name='pdf_view']
  7. tr/ projeler/
  8. tr/ kurumsal/
  9. tr/ sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  10. tr/ robots.txt
  11. ^media/(?P<path>.*)$

The current path, tr/velena-evleri.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.