From 31402a04c8bba71764718351d358d37a6fa2fd29 Mon Sep 17 00:00:00 2001 From: Vishal Sharma Date: Mon, 2 Oct 2017 07:49:34 +0530 Subject: [PATCH] Fixed urls.py section of ajax --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2d20fe1..96446ff 100644 --- a/README.rst +++ b/README.rst @@ -214,7 +214,7 @@ Django-table will do paging/searching/sorting based on # urls.py urlpatterns = patterns('', - url(r'^table/', include(table.urls')), + url(r'^table/', include('table.urls')), ) Tables: