It kinds depends what you want to do really. JavaScript is run inside the browser and Django is running on your website. So it doesn't even know what Django or Python is, however they can communicate and pass data.
By using it with Django, do you mean you want to do some Ajax stuff? If that's the case then you will want to decide how you are going to pass data. You can then just make your views return the appropriate data, be that chunks of HTML, JSON or XML etc. Dougal --- Dougal Matthews - @d0ugal http://www.dougalmatthews.com/ 2009/4/2 Gath <pgath...@gmail.com> > > All, > > I have downloaded Dojo 1.3, i want to start sampling some examples in > the Dojo website using Django, where do i place the package? How do i > call it in my template? > > Gath > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---