Page not found (404)

Request Method: GET
Request URL: https://www.amyspastry.com/2427.html

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

  1. [name='amys_webapp_home']
  2. customizations$ [name='amys_webapp_customizations']
  3. inspiration$ [name='amys_webapp_inspiration']
  4. about$ [name='amys_webapp_about']
  5. order_status$ [name='amys_webapp_order_status']
  6. terms$ [name='amys_webapp_terms']
  7. pickup_instructions$ [name='amys_webapp_pickup_instructions']
  8. accounts/
  9. admin/
  10. concierge/
  11. cart/
  12. chat/
  13. crm/
  14. item/
  15. menu/
  16. order/
  17. payment/
  18. reports/
  19. scheduler/
  20. sms/
  21. s-<str:link_uid> [name='order_status']
  22. r-<str:link_uid> [name='order_receipt']

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