diff options
author | Arun yadav <arunkumar5587@gmail.com> | 2012-05-09 16:46:57 +0530 |
---|---|---|
committer | Arun yadav <arunkumar5587@gmail.com> | 2012-05-09 16:46:57 +0530 |
commit | fe4a82b80954e4a4666afa71ab3161c8b824f9e9 (patch) | |
tree | 323a20001563644fead153a9debbc684a446a9c2 /gstudio/urls/graphs.py | |
parent | 7e02e008009c476c831d7dcda78db9bc22beb42e (diff) | |
parent | 6b77378be56f722d36459056b7d3083d1a422448 (diff) | |
download | gnowsys-fe4a82b80954e4a4666afa71ab3161c8b824f9e9.tar.gz |
merged with gn repository
Diffstat (limited to 'gstudio/urls/graphs.py')
-rw-r--r-- | gstudio/urls/graphs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gstudio/urls/graphs.py b/gstudio/urls/graphs.py index bdba829d..4aa8c4b5 100644 --- a/gstudio/urls/graphs.py +++ b/gstudio/urls/graphs.py @@ -27,6 +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'), url(r'^version_graph_json/(?P<ssid>\d+)$','version_graph_json', name='version_graph_d3'), + url(r'^graph/(?P<node_id>\d+)$','force_graph', name='force_graph_d3'), ) |