Re: compiling python files in django

2011-12-26 Thread Python_Junkie
I assume that you are performing these functions in a view. I would test the value grn=submit['grnvalue']) by rendering this to a template and see what 'gm' spits out. This way you will find out what is sitting in the variable On Dec 26, 4:33 am, Mohammad Shahid Siddiqui wrote: > Hi, > > I have

compiling python files in django

2011-12-26 Thread Mohammad Shahid Siddiqui
Hi, I have added one column in the table of mysql db using 'python manage.py syncdb' after deleting the table. Now from the home page, I am fetching the value of text area, and trying to put in the database. The value when written to flat file, is same as fetched, but when writing to database, it