Using the URLconf defined in solbrismaritime.urls
,
Django tried these URL patterns, in this order:
-
admin/
-
accounts/
-
sitemap.xml
[name='sitemaps']
-
account/
-
dashboard/
-
editor/
-
editorjs/
-
mivudash/
-
search/
-
aware/
-
vipps/payment/
-
.well-known/
-
[name='home']
-
filterhjelp
[name='order_filter']
-
filterhjelp/get-order/<orderid>
[name='get_order_filter']
-
filterhjelp/uploadimage
[name='order_filter_upload_image']
-
home
[name='home2']
-
unaffiliated-order/<orderuuid>
[name='view-unaffiliated-order']
-
cookies
[name='cookies']
-
shop
[name='shop']
-
shop/page/<page>
[name='shop-page']
-
checkout
[name='checkout']
-
payment/stripe/pay
[name='payment-stripe-pay']
-
payment/stripe/webhooks
[name='payment-stripe-pay']
-
payment/<payment_option>/
[name='payment']
-
product/<slug>
[name='product']
-
product/<slug>/json
[name='product_json']
-
product/<slug>/request
[name='product_request']
-
privacy/
[name='privacy']
-
about-us/
[name='about_us']
-
toc/
[name='toc']
-
terms-of-sale/
[name='tos']
-
cart/
[name='cart']
-
kontakt
[name='contact']
-
register
[name='register']
-
login
[name='login']
-
add-coupon/
[name='add-coupon']
-
add-to-cart/<slug>/
[name='add-to-cart']
-
ajax/products/rate
[name='ajax-product-rate']
-
ajax/products/review
[name='ajax-product-review']
-
ep/preferences/get/<name>
[name='ep-preferences-get']
-
ajax/products/get
[name='ajax-product-get']
-
ajax/products/autocomplete
[name='ajax-products-autocomplete']
-
ajax/cart/add
[name='ajax-add-to-cart']
-
ajax/cart/remove
[name='ajax-remove-from-cart']
-
ajax/cart/update
[name='ajax_update_cart']
-
ajax/cart/get/item
[name='ajax_cart_get_item']
-
ajax/cart/get/total
[name='ajax_cart_get_total']
-
ajax/cart/get/offers
[name='ajax_cart_get_offers']
-
jet_api/
-
__debug__/
-
^media\/(?P<path>.*)$
-
^static\/(?P<path>.*)$
The current path, old
, didn't match any of these.