Browse Source

auto commit

master
jfinn 8 months ago
parent
commit
5201afa77e
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      sandbox/urls.py

+ 3
- 0
sandbox/urls.py View File

29
 ]
29
 ]
30
 
30
 
31
 # Prefix Oscar URLs with language codes
31
 # Prefix Oscar URLs with language codes
32
+# 
33
+r'''
32
 urlpatterns += i18n_patterns(
34
 urlpatterns += i18n_patterns(
33
     path('', include(apps.get_app_config('oscar').urls[0])),
35
     path('', include(apps.get_app_config('oscar').urls[0])),
34
 )
36
 )
37
+# '''
35
 
38
 
36
 if settings.DEBUG:
39
 if settings.DEBUG:
37
     import debug_toolbar
40
     import debug_toolbar

Loading…
Cancel
Save