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 ff1abbe commit 9c1a701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_name/urls.py-tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from django.urls import include, path
from django.views.i18n import JavaScriptCatalog

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

0 comments on commit 9c1a701

Please sign in to comment.