Page not found (404)

Request Method: GET
Request URL: https://99automate.com/privacy_policy/

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

  1. ^.*\.html [name='pages']
  2. admin/
  3. login/ [name='login']
  4. register/ [name='register']
  5. logout/ [name='logout']
  6. profile/ [name='profile']
  7. change-password/ [name='change-password']
  8. activate/<uidb64>/<token>/ [name='activate']
  9. reset_password/ [name='reset_password']
  10. reset_password_sent/ [name='password_reset_done']
  11. reset/<uidb64>/<token> [name='password_reset_confirm']
  12. reset_password_complete/ [name='password_reset_complete']
  13. cp/
  14. api/
  15. [name='home']
  16. blog/ [name='blog']
  17. download_tiktok_video/ [name='download_tiktok_video']
  18. get_tiktok_download_urls/ [name='get_tiktok_download_urls']

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