Skip to content

Commit

Permalink
Update urls.py-tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored May 25, 2024
1 parent c1c2e19 commit e325072
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project_name/urls.py-tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ from django.contrib import admin
from django.urls import include, path
from django.views.i18n import JavaScriptCatalog

urlpatterns = i18n_patterns(
urlpatterns = [
include('', include('djangocms_rest.urls'),
] + i18n_patterns(
path('jsi18n/', JavaScriptCatalog.as_view(), name='javascript-catalog'),
path('admin/', admin.site.urls),
path('filer/', include('filer.urls')),
Expand Down

0 comments on commit e325072

Please sign in to comment.