Page not found (404)

No Propertie found matching the query
Request Method: GET
Request URL: http://jolanproperties.com/rental-properties/2485-hurontario-street/
Raised by: testapi.views.PropDetailView

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

  1. admin/filebrowser/
  2. admin/
  3. [name='index']
  4. about/ [name='about']
  5. privacy/ [name='privacy-policy']
  6. careers/ [name='careers']
  7. rental-properties/ [name='props']
  8. rental-properties/<slug:slug>/ [name='prop-detail']

The current path, rental-properties/2485-hurontario-street/, matched the last one.

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.