Add the language to the admin tool
This commit is contained in:
parent
df2032ef05
commit
a12014e2f1
1 changed files with 1 additions and 1 deletions
|
@ -21,11 +21,11 @@ from pages.views import index
|
|||
|
||||
urlpatterns = [
|
||||
path('', index),
|
||||
path('admin/', admin.site.urls),
|
||||
]
|
||||
|
||||
urlpatterns += i18n_patterns(
|
||||
path('', index),
|
||||
path('admin/', admin.site.urls),
|
||||
path('page/', include('pages.urls')),
|
||||
path('logs/', include('logs.urls')),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue