Page not found (404)

No Soru matches the given query.
Request Method: GET
Request URL: https://finansmuhasebe.com/soru/bir-uretim-isletmesinde-standart-maliyet-sistemine-gore-muhasebe-kayitlari-tutuluyorsa
Raised by: soru.views.SoruDetayView

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

  1. taggit/
  2. gtfinmuhgt/
  3. [name='anasayfa']
  4. soru/ [name='SoruListe']
  5. soru/ <slug:slug> [name='SoruDetayView']

The current path, soru/bir-uretim-isletmesinde-standart-maliyet-sistemine-gore-muhasebe-kayitlari-tutuluyorsa, matched the last one.

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.