Re: _mysql_exceptions.ProgrammingError: (2014, "Commands out of sync; you can't run this command now")

2013-12-13 Thread Roopa singh
Hi Guys, Any update on this? On Thu, Dec 12, 2013 at 12:40 PM, wrote: > I am working on a django project.I logged in as normal user in my laptop > with centos,but via command prompt i logged in as root and installed python > 2.7,django and other supporting packages via command prompt.Packa

Re: Not able to create an simple application using DB (syncdb error)

2013-09-25 Thread Roopa singh
Can you please check this thread http://stackoverflow.com/questions/12987648/importerror-could-not-import-settings . On Wed, Sep 25, 2013 at 11:10 PM, s. gulab wrote: > When i give " ./manage.py syncdb " i am getting following error. > > " *Traceback (most recent call last):* > * File "manage.

Re: implement gmail type address adding functionality in django

2013-09-08 Thread Roopa singh
Fred, Thanks. On Mon, Aug 5, 2013 at 7:11 PM, Fred Stluka wrote: > Roopa, > > The word to search is "autocomplete". > > Check out: > http://api.jqueryui.com/autocomplete/ > > It is a JavaScript widget. We use it with Django. It runs in our > Web page, and does an Ajax call to our Dja

Re: data format value changes in database

2013-06-17 Thread Roopa singh
Serge, I want to clarify where the problem is,so shall we meet on skype. Thanks On Mon, Jun 17, 2013 at 12:04 PM, Sergiy Khohlov wrote: > looks like you have a problem with a form : datafield support 2 formats, > but datainput only one > > Many thanks, > > Serge > > > +380 63615044

Re: background image for table not apply in printout page and email copy - Django

2013-06-13 Thread Roopa singh
I tried with this also "background:url('{{ STATIC_URL }}images/human.png'); " image background is not applied in print-out and email also. On Thu, Jun 13, 2013 at 3:06 PM, Thomas Weholt wrote: > My first suggestion would be to see what {{ STATIC_URL }} renders as in > your browser. Another thing