Re: Action without URL

2014-05-08 Thread Karino Kang
Thank you all, I will check documentation for using Django with AJAX. Regards, Karino KANG Le jeudi 8 mai 2014 14:08:30 UTC+2, Stodge a écrit : > > Yes it is possible - think of the actions that need to take place. > > * The user clicks the button in the browser. > * The browser sends an Ajax r

Re: Action without URL

2014-05-08 Thread Stodge
Yes it is possible - think of the actions that need to take place. * The user clicks the button in the browser. * The browser sends an Ajax request to Django * The Django view processes the Ajax request, updates the database and sends a response to the browser These are web fundamentals and I

Re: Action without URL

2014-05-08 Thread Daniel Roseman
On Thursday, 8 May 2014 12:35:22 UTC+1, Karino Kang wrote: > > Dear all, > > I'm a relatively new user of Django and I'm struggling to do something I'm > not sure is possible with Django. > > I wanted to develop a "like" app which act pretty much like the facebook > "like" except that you can dis