summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls/task.py
diff options
context:
space:
mode:
authoradmin <admin@krishna-K55VM.(none)>2014-10-19 19:42:45 +0530
committeradmin <admin@krishna-K55VM.(none)>2014-10-19 19:42:45 +0530
commit8e8eb9647f6e5df5588472b9f491c4734fb38cd7 (patch)
treee6548cf86bb3772c1e6c2cc9aec1b57c98ed60a2 /gnowsys-ndf/gnowsys_ndf/ndf/urls/task.py
parent691f0e48e3e7e2679749fe8a9be2c1995661445b (diff)
downloadgnowsys-8e8eb9647f6e5df5588472b9f491c4734fb38cd7.tar.gz
image upload phase one done
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls/task.py')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/urls/task.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/urls/task.py b/gnowsys-ndf/gnowsys_ndf/ndf/urls/task.py
index c73bd31..05b0758 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/urls/task.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/urls/task.py
@@ -8,6 +8,7 @@ urlpatterns = patterns('gnowsys_ndf.ndf.views.task',
url(r'^/delete_task/(?P<_id>[\w-]+)$', 'delete_task', name='delete_task'),
url(r'^/filter/(?P<choice>[\w-]+)/status/(?P<status>[\w-]+)$','check_filter',name='check_filter'),
url(r'^/filter/(?P<choice>[\w-]+)/status/(?P<status>[\w-]+)/page/(?P<each_page>[\w-]+)$','check_filter',name='filter'),
+ url(r'^/task/saveimage$', 'save_image', name='save_image'),
)