On Wed, 2012-06-06 at 12:26 +0530, Satvir Toor wrote: > On Wed, Jun 6, 2012 at 10:47 AM, kenneth gonsalves > <law...@thenilgiris.com> wrote: > > > any library that you ordinarily use in your html pages will work. > What are the major uses of numpy and matplotlib libraries in django.
django is just python - any python library can be used in a view function to generate data/information which can be passed to a template. You will have to use some js library to render this data in the html page. There are lots of these libraries available - from your question it looks like you are not aware of how django works - I suggest that you do the official tutorial or take a look at how django works with reportlab to create pdfs. -- regards Kenneth Gonsalves -- 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.