0.5.0
ArticlesApp
This commit is contained in:
@@ -53,6 +53,7 @@ INSTALLED_APPS = [
|
||||
'AuthApp',
|
||||
'RoutesApp',
|
||||
'ReferenceDataApp',
|
||||
'ArticlesApp',
|
||||
|
||||
]
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ urlpatterns += i18n_patterns(
|
||||
|
||||
path('reference_data/', include('ReferenceDataApp.js_urls')),
|
||||
|
||||
path('', include('ArticlesApp.urls_translate')),
|
||||
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user