Re: error about django and mssql

2010-06-08 Thread kanniga sivasubramanian
hello CCC, I think you didn't create the database in the mysql. First you create the database in mysql. And then you will change settings.py as a same database name. Finally you give the command python manage.py syncdb. On Tue, Jun 8, 2010 at 11:50 AM, CCC

Re: django ORM memory leaks in standalone script

2010-06-05 Thread kanniga sivasubramanian
hello yakovenko sir, I think your databse_user and database_password are incorrect. I had affected by this problem. You will give correct username and password of mysql. On Sat, Jun 5, 2010 at 1:02 AM, tmitchell wrote: > Holy reading comprehension, Batman.  

Re: hello django users, I have one doubt. I am doing one django project. It shows one SyntaxError in the line(if not created:) in views.py file.I attached the particular in that. I want the reason o

2010-06-05 Thread kanniga sivasubramanian
hello Karen Tracey sir, Thank you for your acknowledgement.I was corrected the problem. On Fri, Jun 4, 2010 at 6:31 PM, Karen Tracey <kmtra...@gmail.com> wrote: > On Fri, Jun 4, 2010 at 7:54 AM, kanniga sivasubramanian > <kskanniga...@gmail.com> wrote: &g

Re: hello django users, I have one doubt. I am doing one django project. It shows one SyntaxError in the line(if not created:) in views.py file.I attached the particular in that. I want the reason o

2010-06-04 Thread kanniga sivasubramanian
hello Venkatraman sir, I accept your suggestion. I will send only my questions in body. Thankyou for your acknowledgement. On Fri, Jun 4, 2010 at 5:36 PM, Venkatraman S wrote: > Please do not send the email in teh subject line :) > > -- > You received this

Re: hello django users, I have one doubt. I am doing one django project. It shows one SyntaxError in the line(if not created:) in views.py file.I attached the particular in that. I want the reason o

2010-06-04 Thread kanniga sivasubramanian
lowercase. > Atenciosamente, > Vinicius Mendes > Solucione Sistemas > vinic...@solucione.info > > > On Fri, Jun 4, 2010 at 8:54 AM, kanniga sivasubramanian > <kskanniga...@gmail.com> wrote: >> >> def bookmark_save_page(request): >>  if request.met

Re: hello django users, I have one doubt. I am doing one django project. It shows one SyntaxError in the line(if not created:) in views.py file.I attached the particular in that. I want the reason o

2010-06-04 Thread kanniga sivasubramanian
Thank for your(Dj Gilcrease) answer sir. I got the correct answer for the problem. On Fri, Jun 4, 2010 at 5:28 PM, Dj Gilcrease wrote: > syntax error is because of capitol 'I' in if > > -- > You received this message because you are subscribed to the Google Groups >

hello django users, I have one doubt. I am doing one django project. It shows one SyntaxError in the line(if not created:) in views.py file.I attached the particular in that. I want the reason of my

2010-06-04 Thread kanniga sivasubramanian
def bookmark_save_page(request): if request.method == 'POST': form = BookmarkSaveForm(request.POST) if form.is_valid(): # Create or get link. link, dummy = Link.objects.get_or_create( url=form.cleaned_data['url'] ) # Create or get bookmark. bookmark,

Re: utf8-problems

2010-06-03 Thread kanniga sivasubramanian
Yes, you are right. The mysql was not installed correctly. I uninstall that. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to