Page not found (404)

Request Method: GET
Request URL: https://www.ninepebbles.com/search-property-results?category=&subcategory=&availablefor=&no-of-bedrooms-min=&no-of-bedrooms-max=&roomtype=&construction-status=&building-or-location=Mumbai&area-min=&area-max=&area-unit=&price-min=&price-max=&orderby=&searchproperty=Submit

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

  1. admin/
  2. api/
  3. robots.txt/ [name='robots']
  4. sitemap.xml/ [name='sitemap']
  5. sitemap_core_links.xml/ [name='sitemap_core_links']
  6. sitemap_profile_view_pages.xml/ [name='sitemap_profile_view_pages']
  7. sitemap_property_view_pages.xml/ [name='sitemap_property_view_pages']
  8. sitemap-dev/ [name='site_map_dev']
  9. [name='index']
  10. forgot-password/ [name='forgot_password/']
  11. about-us/ [name='about_us']
  12. contact-us/ [name='contact_us']
  13. privacy-policy/ [name='privacy_policy']
  14. terms-and-conditions/ [name='terms_and_conditions/']
  15. property-search-results/<str:slug> [name='property_search_results']
  16. <str:slug>-prid-<int:property_id>/ [name='property_detail']
  17. search-users/ [name='search_users']
  18. <str:slug>-pfid-<int:user_id>/ [name='user_details']
  19. dashboard/ [name='dashboard']
  20. my-profile/ [name='my_profile']
  21. my-properties/ [name='my_properties']
  22. edit-property/<int:property_id> [name='edit_property']
  23. delete-property/<int:property_id>/ [name='delete_property']
  24. add-new-property/ [name='add_new_property']
  25. favorite-properties/ [name='favorite_properties']
  26. search-properties/ [name='search_properties']
  27. saved-property-searches/ [name='saved_property_searches']
  28. change-password/ [name='change_password']
  29. logout/ [name='logout']
  30. ^media/(?P<path>.*)$

The current path, search-property-results, 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.