summaryrefslogtreecommitdiff
path: root/gstudio/urls
diff options
context:
space:
mode:
authorshefali shetty <sshefali44@gmail.com>2012-05-03 12:01:36 +0530
committershefali shetty <sshefali44@gmail.com>2012-05-03 12:01:36 +0530
commit45fb5f2bdda2bbe5fd6bae887a6dfa230e69bb62 (patch)
tree9f5df1d11055497324f26e948907500fbe338a66 /gstudio/urls
parent850672379e02b758d89ed609e7f8a9c009853104 (diff)
downloadgnowsys-45fb5f2bdda2bbe5fd6bae887a6dfa230e69bb62.tar.gz
a gnowsys-studio/
Diffstat (limited to 'gstudio/urls')
-rw-r--r--gstudio/urls/graphs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gstudio/urls/graphs.py b/gstudio/urls/graphs.py
index 952f021..c43b655 100644
--- a/gstudio/urls/graphs.py
+++ b/gstudio/urls/graphs.py
@@ -27,5 +27,6 @@ from gstudio.settings import ALLOW_FUTURE
urlpatterns = patterns(
'gstudio.views.graphs',
url(r'^graph_json/(?P<node_id>\d+)$','graph_json', name='graph_json_d3'),
+
url(r'^graph/(?P<node_id>\d+)$','force_graph', name='force_graph_d3'),
)