Using the URLconf defined in project.urls
,
Django tried these URL patterns, in this order:
-
^sitemap\.xml$
-
^sitemap-(?P<section>.+)\.xml$
-
^admin/reporting/$
-
^admin/filebrowser/
-
^grappelli/
-
^admin/
-
^tinymce/
-
^blog/
-
^search/
-
^autocomplete/
-
^shop/
-
^search/products/$
[name='onestore_product_search']
-
^states/order/$
-
^states/datalist/$
-
^states/sale/$
-
^states/order_analytic/$
-
^states/analytics/$
-
^accounts/login/$
-
^accounts/logout/$
-
^accounts/password/reset/$
[name='password_reset']
-
^accounts/password/reset/done/$
-
^accounts/password/reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$
-
^accounts/password/done/$
-
^
^$
[name='onestore_website_home']
-
^
^subscribe/$
[name='onestore_website_subscribe']
-
^
^page/(?P<slug>[\w-]+)/$
[name='onestore_website_misc_page']
-
^
^article/(?P<slug>[\w-]+)/$
[name='onestore_website_article_detail']
-
^
^services/$
[name='onestore_services_list']
-
^
^services/(?P<slug>[\d\w\-_]+)/$
[name='onestore_services_list']
-
^
^accounts/register/$
[name='onestore_user_register']
-
^
^accounts/details/$
[name='onestore_account_details']
-
^
^account/subscription/$
[name='onestore_account_subscription']
-
^
^account/subscribe/$
[name='onestore_account_subscribe']
-
^
^account/order/history/$
[name='onestore_account_order_history']
-
^product/(?P<slug>.+)/$
[name='onestore_shop_product_detail']
-
^(?P<slug>[\d\w\-_]+)/$
[name='onestore_new_arrivals_category']
-
^(?P<slug>[\d\w\-_]+)/$
[name='onestore_shop_brand']
-
^(?P<slug>[\d\w\-_]+)/(?P<category>[\d\w\-_]+)/$
[name='onestore_shop_brand_category']
-
^__debug__/
-
^media\/(?P<path>.*)$
The current URL, stockists.php
, didn't match any of these.