Reverting urlpatterns change in main file (not needed)
This commit is contained in:
parent
59b9270558
commit
32ff5b7ea0
1 changed files with 0 additions and 2 deletions
|
@ -28,5 +28,3 @@ urlpatterns = i18n_patterns(
|
|||
path('accounts/', include('django.contrib.auth.urls')),
|
||||
path('jsi18n/', JavaScriptCatalog.as_view(), name='javascript-catalog'),
|
||||
)
|
||||
|
||||
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
|
Loading…
Reference in a new issue