Re: [BangPypers] Django using syncdb does not work

2014-06-04 Thread Senthil
Gora, Sorry I could not reply in short time; I will post the error when I work on this.Appreciate your help there. Thx. SSK. On Tuesday, 3 June 2014 9:14 AM, Senthil wrote: Gora, Thanks for the prompt response. Sorry that I mentioned syncdb to create models from database instead of i

Re: [BangPypers] Django using syncdb does not work

2014-06-02 Thread Senthil
Gora, Thanks for the prompt response. Sorry that I mentioned syncdb to create models from database instead of inspectdb; But in practice, i used inspectdb only and i am facing error condition. InĀ  short time, let me share the error. Thanks again. --SSK. On Tuesday, 3 June 2014 9:02 AM, Go

Re: [BangPypers] Django using syncdb does not work

2014-06-02 Thread Gora Mohanty
On 3 June 2014 08:48, Senthil wrote: > Hi All, > > I am in process of writing an application. > While designing models, I have the database tables created first and tried > using syncdb to create the models. > When i try to access the models from view I get error. > Upon searching in google, I fo

[BangPypers] Django using syncdb does not work

2014-06-02 Thread Senthil
Hi All, I am in process of writing an application. While designing models, I have the database tables created first and tried using syncdb to create the models. When i try to access the models from view I get error. Upon searching in google, I found that only after designing models, the database