Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:16181/tr/?content=istiraklerimiz

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

  1. ^static/(?P<path>.*)$
  2. ^media/(?P<path>.*)$
  3. ^i18n/
  4. ^admin/
  5. ^$
  6. ^sayfa/([\w\-]+)/
  7. ^haberler/
  8. ^markalar/
  9. ^urunler/
  10. ^urunler-kategori/([\w\-]+)/
  11. ^kariyer/
  12. ^haber/([\w\-]+)/([\w\-]+)/

The current URL, tr/, 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.