Page not found (404)

Request Method: GET
Request URL: https://schastye.com/cart/checkout/?express-order=true

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

  1. restaurants [name='restaurants']
  2. en/restaurants [name='restaurants']
  3. en
  4. en/
  5. restaurants/<rest_id> [name='restaurants/<rest_id>']
  6. en/restaurants/<rest_id> [name='restaurants/<rest_id>']
  7. imageloader
  8. getmenu/
  9. contacts [name='contacts']
  10. en/contacts [name='contacts']
  11. contacts_get
  12. contacts_city
  13. acoustic [name='acoustic']
  14. en/acoustic [name='acoustic']
  15. fabrika [name='fabrika']
  16. en/fabrika [name='fabrika']
  17. news [name='news']
  18. newnews [name='newnews']
  19. en/news [name='news']
  20. aboutus [name='aboutus']
  21. en/aboutus [name='aboutus']
  22. catering [name='catering']
  23. en/catering [name='catering']
  24. sendemail
  25. sendemailcake
  26. admin/
  27. ^static/(?P<path>.*)$
  28. ^media/(?P<path>.*)$
  29. ^images/(?P<path>.*)$

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