Browse Source

Update README.rst

Denis K. 9 years ago
parent
commit
ab9db61f44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.rst

+ 1 - 1
README.rst

@@ -81,7 +81,7 @@ Installation
     
         urlpatterns = patterns(
             '',
-            url(r'^jet/', include('jet.urls')), # Django JET URLS
+            url(r'^jet/', include('jet.urls', 'jet')),  # Django JET URLS
             url(r'^admin/', include(admin.site.urls)),
             ...
         )