Re: use the same database for different web sites

2007-11-15 Thread markandeya
Many thanks for the fast and useful help. i have upgraded to the new stable version of Django so i can use the newer help files and functionalities. I am going through the beta book on line and waiting for the book's release. Thansk again, markandeya --~--~-~--~~~---~--

Re: use the same database for different web sites

2007-11-13 Thread Malcolm Tredinnick
On Tue, 2007-11-13 at 21:48 -0800, [EMAIL PROTECTED] wrote: > Dear Django Friends, > I started the tutorial in the Docs folder. So i had a mysite folder > and inside that i had a polls subfolder. Everything works fine. Then i > wanted to try the generic codes in a new folder, also a subfolder of

use the same database for different web sites

2007-11-13 Thread markandeya
Dear Django Friends, I started the tutorial in the Docs folder. So i had a mysite folder and inside that i had a polls subfolder. Everything works fine. Then i wanted to try the generic codes in a new folder, also a subfolder of mysite, called genpolls. I created the views, urls and models python