Page not found (404)

Request Method: GET
Request URL: https://sairealty.in/Privacy

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

  1. admin/
  2. [name='home']
  3. advanced-property-search/ [name='advancedPropertySearch']
  4. properties/<str:category>/ [name='properties']
  5. property-details/<int:id>/<str:title>/ [name='propertyDetails']
  6. properties/ [name='propertiesFor']
  7. projects/<str:category>/ [name='projects']
  8. project-details/<int:id>/<str:name>/ [name='projectDetials']
  9. services/ [name='services']
  10. about-us/ [name='aboutUs']
  11. contact-us/ [name='contactUs']
  12. career/ [name='career']
  13. job-details/<int:id> [name='jobDetails']
  14. apply-for-job/ [name='applyForJob']
  15. subscribe/ [name='subscribe']
  16. submit-property/ [name='submitProperty']
  17. get-call-back-lead/ [name='getCallBackLead']
  18. proj/<int:id>/ [name='proj']
  19. <str:slug>/<int:id>/ [name='SlugProj']
  20. dashboard/
  21. ^media/(?P<path>.*)$

The current path, Privacy, 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.