Re: how to configure database?

2010-11-23 Thread rattanpriya bhasin
Me n reeti have been working on same project. So it was like we made two independent projects with independent application and dedicated independent server to each.Now i want to link my application with reeti's n vice versa. So to do that,she included my app name in her settings.py and modified

tree hierarchy

2010-11-23 Thread rattanpriya bhasin
Hi I want to implement a tree hierarchy of customers in my django application. If i want to add customers then manager at root can add cistomers of gold class(say Level 1) and further customer 1 can add people at (level 2 ) in tree.This is howi want my customer tree hierarchy .Can any body give me

Re: django charts

2010-11-21 Thread rattanpriya bhasin
thank you so much.it was quite helpful. On Sat, Nov 20, 2010 at 6:40 PM, Darrel Herbst wrote: > I haven't used this, but this provides a way to interface with google > charts: > https://github.com/jacobian/django-googlecharts/blob/master/docs/examples.txt > > On Nov 19, 1:56