Page not found (404)

Request Method: GET
Request URL: https://www.shandoniaproperties.com/438-2/

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

  1. [name='home']
  2. about/ [name='about']
  3. real-estate-investment/ [name='RealEstate']
  4. road-construction/ [name='RoadConstruction']
  5. commercial-property-development/ [name='CommercialProperty']
  6. residential-property-development/ [name='ResidentialProperty']
  7. contact-us/ [name='Contact']
  8. ContactSuccess/ [name='ContactSuccess']
  9. our-projects/ [name='Project']
  10. listing/<str:slug>-<int:pk>/ [name='listingDetails']
  11. admin/
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$

The current path, 438-2/, 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.