summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls
diff options
context:
space:
mode:
authorkatkamrachana <katkam.rachana@gmail.com>2015-06-12 20:40:09 +0530
committerkatkamrachana <katkam.rachana@gmail.com>2015-06-12 20:40:09 +0530
commitc5944c25ee12fbbade0f097e3132bf30fe6b0370 (patch)
tree0da257af09a683faed6743c05cae96d7e7ceb9df /gnowsys-ndf/gnowsys_ndf/ndf/urls
parent01ce13c6db2f7280d2ca781c8f5ff3a766d144cf (diff)
downloadgnowsys-c5944c25ee12fbbade0f097e3132bf30fe6b0370.tar.gz
Modified views for batch creation and fetching
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py b/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py
index abb8a27..923c16a 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py
@@ -7,4 +7,6 @@ urlpatterns = patterns('gnowsys_ndf.ndf.views.batch',
url(r'^/save_batch_stud$', 'save_students_for_batches', name='save_batch_stud'),
url(r'^/detail/(?P<_id>[\w-]+)$', 'detail', name='detail'),
url(r'^/delete_batch/(?P<_id>[\w-]+)$', 'delete_batch', name='delete_batch'),
+ url(r'^/get_possible_batches/$', 'get_possible_batches', name='get_possible_batches'),
)
+