I am getting this error in chapter 8 on page number 274. I have added code to the views.py of the payment application.
Error is as follows:
Page not found (404)
No Order matches the given query.
Using the URLconf defined in FlixKart.urls, Django tried these URL patterns, in this order:
- admin/
- cart/
- orders/
- payment/ process/ [name='process']
The current path, payment/process/, matched the last one.
I am getting this error in chapter 8 on page number 274. I have added code to the views.py of the payment application.
Error is as follows:
Page not found (404)
Using the URLconf defined in
FlixKart.urls, Django tried these URL patterns, in this order:The current path,
payment/process/, matched the last one.