Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit 481c164

Browse files
author
Sebastian Vetter
committed
Add translation URLs as required by Oscar
Fixes #5.
1 parent b1be2ed commit 481c164

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sandbox/sandbox/urls.py

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
urlpatterns = patterns(
1212
'',
1313
url(r'^admin/', include(admin.site.urls)),
14+
# i18n URLS need to live outside of i18n_patterns scope of the shop
15+
url(r'^i18n/', include('django.conf.urls.i18n')),
16+
1417
url(r'^dashboard/', include(mws_app.urls)),
1518
url(r'', include(shop.urls)),
1619
)

0 commit comments

Comments
 (0)