Page not found (404)

Request Method: GET
Request URL: https://www.aahstar.com/privacy-policy

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

  1. admin/
  2. update_profile_aah_star_admin [name='update_profile_aah_star_admin']
  3. login_aahstaradmin [name='login_aahstaradmin']
  4. logout_admin_user [name='logout_admin_user']
  5. admin_profile [name='admin_profile']
  6. admin_new_post [name='admin_new_post']
  7. admin_fan_view [name='admin_fan_view']
  8. admin_trash_talk_post [name='admin_trash_talk_post']
  9. admin_alert_post [name='admin_alert_post']
  10. admin_message_post [name='admin_message_post']
  11. admin_numbers [name='admin_numbers']
  12. admin_fan_view_videos [name='admin_fan_view_videos']
  13. admin_fan_view_photos [name='admin_fan_view_photos']
  14. admin_fan_view_messages [name='admin_fan_view_messages']
  15. admin_fan_view_trash_talks [name='admin_fan_view_trash_talks']
  16. admin_fan_events [name='admin_fan_events']
  17. [name='index']
  18. fan_view [name='fan_view']
  19. logoutuser/ [name='logout']
  20. admin_home [name='adminhome']
  21. add_new_winner_event [name='add_new_winner_event']
  22. announce_winner [name='announce_winner']
  23. login/ [name='login_page']
  24. register-option [name='register_option']
  25. register [name='register']
  26. athlete_register [name='athlete_register']
  27. entertainer_register [name='entertainer_register']
  28. package_select [name='package_selection']
  29. add_package [name='newpackage']
  30. profile [name='profile']
  31. delete-account/<int:id> [name='delete_account']
  32. fanscriber_view [name='fanscriber_view']
  33. fanscriber_view_from_athlete_entertainer [name='fanscriber_view_from_athlete_entertainer']
  34. events [name='events']
  35. raffle [name='raffle']
  36. loves [name='loves']
  37. user_profile [name='user_profile']
  38. admin_view_profile [name='admin_view_profile']
  39. view_ath_ent_admin [name='view_ath_ent_admin']
  40. edit_profile [name='edit_profile']
  41. bank_details [name='bank_details']
  42. add_cc [name='add_cc']
  43. add_cc_by_fan [name='add_cc_by_fan']
  44. privacy_policy [name='privacy_policy']
  45. support [name='support']
  46. tos [name='tos']
  47. pricing [name='pricing']
  48. payment [name='payment']
  49. pricing1 [name='pricing1']
  50. checkout [name='checkout']
  51. fan-checkout [name='fan_checkout']
  52. cancel-subscription [name='cancel-subscription']
  53. stripe-bank-account/ [name='stripe_bank_account']
  54. checkout-stripe [name='checkout_stripe']
  55. checkout-stripe-monthly [name='checkout_monthly']
  56. checkout-stripe-yearly [name='checkout_yearly']
  57. stripe_bank_details/ [name='stripe_bank_details']
  58. stripe_bank_delete/ [name='stripe_bank_delete']
  59. subscription-details [name='subscription_details']
  60. stripe-payout [name='stripe_payout']
  61. searchListing [name='search_listing']
  62. new_post [name='new_post']
  63. new_payment [name='new_payment']
  64. trash_talk_post [name='trash_talk_post']
  65. message_post [name='message_post']
  66. alert_post [name='alert_post']
  67. reset_password [name='reset_password']
  68. reset_password_sent [name='password_reset_done']
  69. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  70. reset_password_complete [name='password_reset_complete']
  71. reset_password_ath_ent [name='reset_password_ath_ent']
  72. reset_password_sent_ath_ent [name='password_reset_done_ath_ent']
  73. resetuidb64token [name='password_reset_confirm_ath_ent']
  74. reset_password_complete_ath_ent [name='password_reset_complete_ath_ent']
  75. video_feed [name='video_feed']
  76. ^static/(?P<path>.*)$
  77. ^media/(?P<path>.*)$
  78. api/
  79. ^static/(?P<path>.*)$

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.