Page not found (404)

Request Method: GET
Request URL: http://rajoffset.com/about-us

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

  1. admin/
  2. [name='home']
  3. about [name='about']
  4. privacy-policy [name='privacy_policy']
  5. refund-policy [name='refund_policy']
  6. terms-and-conditions [name='terms_and_conditions']
  7. support-ticket [name='support_tickets']
  8. contact-us [name='home']
  9. faq [name='home']
  10. pricing [name='home']
  11. app-download [name='app_download']
  12. delete-account-policy [name='delete_account_policy']
  13. delete-account-request [name='delete_account_request']
  14. content-takedown-request [name='content_takedown_request']
  15. generate-video [name='generate_video']

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