On Tue, Mar 13, 2012 at 3:37 PM, Sophia <[email protected]> wrote: > Thanks all for helping, as I told I read that tutorial, but my supervisor > said that I should do that with Django. He didn't mention about learning > JavaScript, but is it impossible just with Django?
django runs on the server. if you want to do some client processing you need code running on the client, typically Javascript. of course that code is served from a Django app, and modifying a django-handled page and form, so the project in a whole is still 'done with Django'. -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

