Page not found (404)

Request Method: GET
Request URL: http://www.whisber.com/offer

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

  1. admin/
  2. [name='index_page']
  3. login/ [name='login_page']
  4. signup/ [name='signup_page']
  5. forgot-password/ [name='forgot_password']
  6. dashboard/ [name='dashboard_page']
  7. logout/ [name='logout_page']
  8. pricing/ [name='pricing_page']
  9. contact/ [name='contact_page']
  10. change-password/<str:token> [name='change_password']
  11. about/ [name='about_page']
  12. services/ [name='services_page']
  13. confirm-email/<str:code> [name='confirm_mail']
  14. user-question/<str:mail> [name='user_question']
  15. payment/ [name='payment_index']
  16. change-plan/<str:package_id> [name='change_plan_index']
  17. create-checkout-session/ [name='checkout']
  18. create-change-plan-checkout-session/ [name='create_change_plan_checkout_session']
  19. success/ [name='success']
  20. cancel/ [name='cancel']
  21. webhook/payment-succeeded/ [name='webhook_invoice_payment_scceeded']
  22. webhook/payment-production/ [name='webhook_invoice_payment_production']
  23. download-billing/ [name='download_billing']
  24. whatsapp-number/ [name='set_whatsapp_number']
  25. whatsapp-confirm/ [name='whatsapp_confirm']
  26. send-otp-code-view/ [name='send_otp_code_view']
  27. unsubscribe-package/ [name='unsubscribe_package']
  28. purchase-from-wallet/ [name='purchase_from_wallet']
  29. change-plan-from-wallet/ [name='change_plan_with_wallet']
  30. downgrade-success/<str:package_id> [name='downgrade_success']
  31. upgrade-success/<str:package_id> [name='upgrade_success']
  32. api/

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