-
Notifications
You must be signed in to change notification settings - Fork 33
Description
hi omar
i have problem on some routing
for example , when i click on "read more" blow any product i get this error:
Page not found (404)
Request Method: | GET -- | -- http://127.0.0.1:8081/single-blog.htmlUsing the URLconf defined in core.urls, Django tried these URL patterns, in this order:
admin/[name='home']shop/ [name='shop']shop/<slug:category_slug>/ [name='categries']shop/<slug:category_slug>/<slug:product_details_slug>/ [name='product_details']search/ [name='search']review/<int:product_id>/ [name='review']account/cart/orders/^media/(?P<path>.*)$^static/(?P<path>.*)$
The current path, single-blog.html, didn’t match any of these.
or when click on product image , then i have this error:
Page not found (404)
Request Method: | GET -- | -- http://127.0.0.1:8081/single-blog.htmlUsing the URLconf defined in core.urls, Django tried these URL patterns, in this order:
admin/[name='home']shop/ [name='shop']shop/<slug:category_slug>/ [name='categries']shop/<slug:category_slug>/<slug:product_details_slug>/ [name='product_details']search/ [name='search']review/<int:product_id>/ [name='review']account/cart/orders/^media/(?P<path>.*)$^static/(?P<path>.*)$
The current path, single-blog.html, didn’t match any of these.
when clicked on My Account:
Page not found (404)
Request Method: | GET -- | -- http://127.0.0.1:8081/orders/payment/my-account.htmlUsing the URLconf defined in core.urls, Django tried these URL patterns, in this order:
admin/[name='home']shop/ [name='shop']shop/<slug:category_slug>/ [name='categries']shop/<slug:category_slug>/<slug:product_details_slug>/ [name='product_details']search/ [name='search']review/<int:product_id>/ [name='review']account/cart/orders/[name='payment_method']orders/checkout/ [name='checkout']orders/payment/ [name='payment']orders/payments/ [name='payments']orders/order_completed/ [name='order_complete']^media/(?P<path>.*)$^static/(?P<path>.*)$
The current path, orders/payment/my-account.html, didn’t match any of these.
when clicked on My Cart:
Page not found (404)
Request Method: | GET -- | -- http://127.0.0.1:8081/orders/payment/cart.htmlUsing the URLconf defined in core.urls, Django tried these URL patterns, in this order:
admin/[name='home']shop/ [name='shop']shop/<slug:category_slug>/ [name='categries']shop/<slug:category_slug>/<slug:product_details_slug>/ [name='product_details']search/ [name='search']review/<int:product_id>/ [name='review']account/cart/orders/[name='payment_method']orders/checkout/ [name='checkout']orders/payment/ [name='payment']orders/payments/ [name='payments']orders/order_completed/ [name='order_complete']^media/(?P<path>.*)$^static/(?P<path>.*)$
The current path, orders/payment/cart.html, didn’t match any of these.
when i clicked on My Wishlist:
Page not found (404)
Request Method: | GET -- | -- http://127.0.0.1:8081/orders/payment/wishlist.htmlUsing the URLconf defined in core.urls, Django tried these URL patterns, in this order:
admin/[name='home']shop/ [name='shop']shop/<slug:category_slug>/ [name='categries']shop/<slug:category_slug>/<slug:product_details_slug>/ [name='product_details']search/ [name='search']review/<int:product_id>/ [name='review']account/cart/orders/[name='payment_method']orders/checkout/ [name='checkout']orders/payment/ [name='payment']orders/payments/ [name='payments']orders/order_completed/ [name='order_complete']^media/(?P<path>.*)$^static/(?P<path>.*)$
The current path, orders/payment/wishlist.html, didn’t match any of these.
and when i click on check out:
Page not found (404)
Request Method: | GET -- | -- http://127.0.0.1:8081/orders/payment/checkout.htmlUsing the URLconf defined in core.urls, Django tried these URL patterns, in this order:
admin/[name='home']shop/ [name='shop']shop/<slug:category_slug>/ [name='categries']shop/<slug:category_slug>/<slug:product_details_slug>/ [name='product_details']search/ [name='search']review/<int:product_id>/ [name='review']account/cart/orders/[name='payment_method']orders/checkout/ [name='checkout']orders/payment/ [name='payment']orders/payments/ [name='payments']orders/order_completed/ [name='order_complete']^media/(?P<path>.*)$^static/(?P<path>.*)$
The current path, orders/payment/checkout.html, didn’t match any of these.