Page not found (404)

Request Method: GET
Request URL: https://greatknightschess.com/sign-up-1

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

  1. admin/
  2. [name='home']
  3. blog [name='blog']
  4. schedule [name='schedule']
  5. partners [name='partners']
  6. team [name='team']
  7. signup [name='signup']
  8. contact [name='contact']
  9. flayers [name='flayers']
  10. chess [name='chess']
  11. products [name='products']
  12. b_detail [name='b_detail']
  13. b_detail2 [name='b_detail2']
  14. productDetails/<int:id>/ [name='productDetails']
  15. productForm [name='productForm']
  16. payment [name='payment']
  17. config/ [name='config']
  18. create-checkout-session [name='create-checkout-session']
  19. services-checkout-session [name='services-checkout-session']
  20. stripe-webhook-paid
  21. contact
  22. ^static/(?P<path>.*)$
  23. ^media/(?P<path>.*)$

The current path, sign-up-1, 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.