Page not found (404)

Request Method: GET
Request URL: http://memleketimdeemlak.com/ilce/sisli/

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

  1. admin/
  2. api/schema/ [name='api-schema']
  3. ^device/apns/?$ [name='apns_device']
  4. ^device/gcm/?$ [name='gcm_device']
  5. api/docs/ [name='api-docs']
  6. api/user/
  7. api/
  8. api/
  9. api/
  10. [name='home']
  11. create-property/ [name='create-property']
  12. login/ [name='login']
  13. contact/ [name='contact']
  14. myprofile/ [name='myprofile']
  15. logout/ [name='logout']
  16. my-properties/ [name='myproperties']
  17. <slug:slug> [name='property-detail']
  18. delete-property/<slug:slug> [name='delete-property']
  19. post-to-api/ [name='post_to_api']
  20. kvkk/ [name='kvkk']
  21. privacy-policy/ [name='privacy_policy']
  22. update-property/<slug:slug>/ [name='update-property']
  23. ^static/media/(?P<path>.*)$
  24. panel/
  25. ^static/media/(?P<path>.*)$

The current path, ilce/sisli/, 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.