Page not found (404)

Request Method: GET
Request URL: https://www.cadex.com.tr/about/wrqwe

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

  1. ^$ [name='index']
  2. ^about/$ [name='about']
  3. ^b2b-register/$ [name='b2bregister']
  4. ^contact/$ [name='contact']
  5. ^about-document/$ [name='about-document']
  6. ^gallery/$ [name='gallery']
  7. ^gallery/(?P<category>\d+)$
  8. ^files/(?P<type_code>[a-zA-Z0-9_.-]+) [name='files']
  9. ^sss/$ [name='sss']
  10. ^blog/(?P<category>\d+) [name='blog']
  11. ^blog-detail/(?P<blog>\d+) [name='blogdetail']
  12. ^products/(?P<category_id>\d+) [name='products']
  13. ^product-detail/(?P<product>\d+) [name='productdetail']
  14. ^newsform/$ [name='about']
  15. ^api/uploadpictures/$
  16. admin/
  17. ^redactor/
  18. ^static/(?P<path>.*)$
  19. ^media/(?P<path>.*)$

The current path, about/wrqwe, 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.