Page not found (404)

Request Method: GET
Request URL: https://www.korusan.com.tr/habergoster.aspx?id=7

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

  1. admin/
  2. [name='mainView']
  3. urunler/<slug:slug>/ [name='productDetail']
  4. kvk/ [name='kvk']
  5. urun/<slug:slug>/ [name='productAltDetail']
  6. korsan-blog/<slug:slug>/ [name='blogDetail']
  7. tum-fabrikalar/ [name='allContact']
  8. yapilanlar/ [name='projectView']
  9. servisler/ [name='services']
  10. tum-urunler/ [name='productList']
  11. korusan-blog/ [name='blogAll']
  12. urungiris/add/ [name='productAdd']
  13. post/<int:pk>/edit/ [name='product_edit']
  14. iletisim/ [name='allContactUs']
  15. thankyou [name='mainViewThanks']
  16. sertifikalar/ [name='cert_page']
  17. ckeditor/
  18. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  19. robots.txt
  20. ^static/(?P<path>.*)$
  21. ^media/(?P<path>.*)$

The current path, habergoster.aspx, 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.