0.7.68
profile change
This commit is contained in:
@@ -20,6 +20,8 @@ urlpatterns = [
|
||||
path('messages/', include('ChatServiceApp.js_urls')),
|
||||
|
||||
path('reference_data/', include('ReferenceDataApp.js_urls')),
|
||||
|
||||
path('', include('ArticlesApp.js_urls')),
|
||||
]
|
||||
|
||||
from django.conf.urls.i18n import i18n_patterns
|
||||
@@ -32,10 +34,8 @@ urlpatterns += i18n_patterns(
|
||||
|
||||
path('routes/', include('RoutesApp.urls')),
|
||||
|
||||
|
||||
|
||||
path('', include('ArticlesApp.urls_translate')),
|
||||
path('', include('ArticlesApp.js_urls')),
|
||||
|
||||
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user