summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls
diff options
context:
space:
mode:
authorkatkamrachana <katkam.rachana@gmail.com>2015-06-05 18:25:52 +0530
committerkatkamrachana <katkam.rachana@gmail.com>2015-06-05 18:25:52 +0530
commit9938c6091180ab0c31799a00c731504411b53c05 (patch)
tree86be7c1cbef34bb0013f6dc29a1effc708ba3382 /gnowsys-ndf/gnowsys_ndf/ndf/urls
parent7ba84cd193f9cffc086069c23387b70c4f401959 (diff)
downloadgnowsys-9938c6091180ab0c31799a00c731504411b53c05.tar.gz
MIS Reports for Event
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py b/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
index 5c84522..91303cb 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
@@ -43,6 +43,7 @@ urlpatterns = patterns('gnowsys_ndf.ndf.views.ajax_views',
# Ajax-urls required for MIS --------------------------------
+ url(r'^get_events/', 'get_events', name='get_events'),
url(r'^get_universities/', 'get_universities', name='get_universities'),
url(r'^get_students_for_batches/', 'get_students_for_batches', name='get_students_for_batches'),
url(r'^get_anncourses_allstudents/', 'get_anncourses_allstudents', name='get_anncourses_allstudents'),