django graphics

2013-07-09 Thread amanjot kaur
Please suggest me some module/library in django to plot graphs which takes input from user. -- Amanjot Kaur Blog: kauramanjot35.wordpress.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

django graphics

2013-07-09 Thread amanjot kaur
Please suggest me some module/library in django to plot graphs which takes input from user. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr

Re: django graphics

2013-07-09 Thread amanjot kaur
> > > There are many python plotting libraries. I usually use matplotlib > because my plots tend to be quite technical. > I also tried to use matplotlib but I think it is filereadable but my requirements are to add values from front end and then with one click graph will be ceated on these v

Graph in django

2013-08-05 Thread amanjot kaur
I am plotting a graph in django using matplotlib. I am entering all the values manually but I want to fetch the values from database in views.py. -- Amanjot Kaur Blog: kauramanjot35.wordpress.com -- You received this message because you are subscribed to the Google Groups "Django

Editing forms in django

2013-10-18 Thread amanjot kaur
What should I need to do in django, if I want to edit the information filled in django, like we edit our profile in facebook after filling once? -- Amanjot Kaur Blog: kauramanjot35.wordpress.com -- You received this message because you are subscribed to the Google Groups "Django users&q

Multiple logins

2013-10-31 Thread amanjot kaur
In my django app if two users are login in the same account and are registering two different clients then both the clients are added under the same client id but it should register under different client ids. So what should I do for that. -- Amanjot Kaur Blog: kauramanjot35.wordpress.com

Re: Multiple logins

2013-11-01 Thread amanjot kaur
On Fri, Nov 1, 2013 at 4:17 PM, Avraham Serour wrote: > are you using sqlite? No, I am using mysql. -- Amanjot Kaur Blog: kauramanjot35.wordpress.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g