Browse Source

Don’t need packages as Django takes self.packages

Guillaume Lafranceschina 7 years ago
parent
commit
6012aab328
1 changed files with 0 additions and 1 deletions
  1. 0 1
      jet/urls.py

+ 0 - 1
jet/urls.py

@@ -34,7 +34,6 @@ urlpatterns = [
     url(
         r'^jsi18n/$',
         jsc_view,
-        {'packages': ('django.conf', 'django.contrib.admin', 'jet',)},
         name='jsi18n'
     ),
 ]