Page not found (404)

Request Method: GET
Request URL: https://dinamikmenkul.com.tr/arastirma/www.dinamikyatirim.com.tr

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

  1. arastirma/admin/
  2. arastirma/ckeditor
  3. arastirma/
  4. arastirma/get-parite
  5. arastirma/get-calendar
  6. ^arastirma/(?P<category_slug>[\w-]+)/$ [name='category_detail']
  7. ^arastirma/(?P<category_slug>[\w-]+)/(?P<post_slug>[\w-]+)/$ [name='post_detail']
  8. ^arastirma/etiketler/1/(?P<tag_slug>[\w-]+)/$ [name='tag_detail']
  9. arastirma/post/search
  10. arastirma/videolar
  11. arastirma/post/open-account
  12. hitcount/
  13. ^arastirma/media/(?P<path>.*)$

The current path, arastirma/www.dinamikyatirim.com.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.