request.POST.get is not working

2008-09-10 Thread bharathi
;, data: "val=1&task="+task, success: function(feedback){ alert(feedback); } }): } If i use GET i

request.POST.get is not working

2008-09-10 Thread bharathi
;, data: "val=1&task="+task, success: function(feedback){ alert(feedback); } }): } If i use GET i

Re: request.POST.get is not working

2008-09-10 Thread bharathi
Hi LaundroMat, I tried request.POST['task'] .. But that also not working.. It shows " MultiValueDictKeyError at /addtask/ "Key 'task' not found in <QueryDict: {}>"" Wat i do now? Help me Thanks, Bharathi On Sep 10, 4:36 pm, Laundro

Ajax in Django

2008-07-07 Thread bharathi
I am creating one Django application with jquery.. In that Jquery function am using One Ajax script.. Django code cant taken that ajax code... My code is: $(document).ready( function () { $("#sortme").Sortable( { ac

Re: Issue using django-admin

2016-09-19 Thread Bharathi Raja
As said in docs , your django version may be different, check your system $PATH or try symlinking On Monday, September 19, 2016 at 7:40:50 AM UTC+5:30, PARTH VERMA wrote: > > Hello everyone, > > I am n