Page not found (404)

“/home/risinternational/retouch-website/privacy-policy” does not exist
Request Method: GET
Request URL: https://risinternational.net/privacy-policy
Raised by: django.views.static.serve

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

  1. admin/
  2. careers/<int:job_id>/ [name='job_detail']
  3. [name='home']
  4. home/ [name='home_alt']
  5. contact/ [name='contact']
  6. subscribe/ [name='subscribe']
  7. aboutus/ [name='aboutus']
  8. careers/ [name='careers']
  9. careers/<int:job_id>/ [name='job_detail']
  10. submit-job-application/ [name='submit_job_application']
  11. services/ [name='services']
  12. services/
  13. index/ [name='index']
  14. projects/ [name='projects']
  15. projects/<slug:slug>/ [name='project_detail']
  16. index/ [name='index']
  17. work/ [name='work']
  18. clients/ [name='clients']
  19. careers/ [name='careers']
  20. aisolution/ [name='ai_solutions']
  21. cloudsolutions/ [name='cloud_solutions']
  22. digitalmarketing/ [name='digital_marketing']
  23. ux_ui_design/ [name='ux_ui_design']
  24. ai_solutions/ [name='ai_solutions']
  25. digital-marketing/ [name='digital_marketing']
  26. crm_development/ [name='crm_development']
  27. java_web_development/ [name='java_web_development']
  28. dotnet_development/ [name='dotnet_development']
  29. devops_services/ [name='devops_services']
  30. android-development/ [name='android_development']
  31. angularjs_development/ [name='angularjs_development']
  32. technical_consulting/ [name='technical_consulting']
  33. healthcare/ [name='healthcare']
  34. FinancialBanking/ [name='FinancialBanking']
  35. ProcurementSolutions/ [name='ProcurementSolutions']
  36. privacy-policy/ [name='privacy_policy']
  37. cookie-policy/ [name='cookie_policy']
  38. terms-and-conditions/ [name='terms_and_conditions']
  39. accessibility-statement/ [name='accessibility_statement']
  40. sitemap/ [name='sitemap']
  41. services/
  42. ckeditor/upload/ [name='ckeditor_upload']
  43. ckeditor/
  44. blog/
  45. cookie-policy/ [name='cookie-policy']
  46. ^(?P<path>.*)$

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