Re: Reg. Improving Django response time

2010-01-28 Thread Karen Tracey
Please ask questions about use of django on the django-users list. django-developers is for discussion of developing Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

Re: Reg. Improving Django response time

2010-01-28 Thread Alex Gaynor
On Thu, Jan 28, 2010 at 3:53 PM, saran_ATD wrote: > I have Django installed in SUSE Linux with postgres. It is working > great. Kudos > I have an issue. I have total database structure containing more than > 100million rows. I have partitions and indexes. It is

Reg. Improving Django response time

2010-01-28 Thread saran_ATD
I have Django installed in SUSE Linux with postgres. It is working great. Kudos I have an issue. I have total database structure containing more than 100million rows. I have partitions and indexes. It is taking plenty of time to load Django initially. I meant in minutes. I can take a coffee

Re: Getting Problem in connecting mysql (Help me please )

2010-01-28 Thread skylar . saveland
Ask user questions elsewhere. This list is for discussing the actual development of the django framework. You will need to install the mysqldb python adapter, mysqldb. sent from my baz foone -Original Message- From: rokson Date: Thu, 28 Jan 2010 06:48:53 To:

Re: Getting Problem in connecting mysql (Help me please )

2010-01-28 Thread Eric Holscher
Hi, Django Developers is for development on Django. For usage questions you want django-users: http://groups.google.com/group/django-users Cheers, Eric On Thu, Jan 28, 2010 at 8:48 AM, rokson wrote: > This is kiran . > i am new to django fw.i installed django fw and

Re: Getting Problem in connecting mysql (Help me please )

2010-01-28 Thread Karen Tracey
Please direct questions about using Django to the django-users list. django-developers is for discussion of developing Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

Getting Problem in connecting mysql (Help me please )

2010-01-28 Thread rokson
This is kiran . i am new to django fw.i installed django fw and trying to connect mysql which is installed in localhost.i am using python 26.i modified settings.py according to the mysql db. when i am running server. i am getting the fallowing error. plese help me..

Re: 1.2 beta?

2010-01-28 Thread Harro
I would also like to point out: http://code.djangoproject.com/ticket/12600 It does break existing code however, because it will look for the preview template somewhere else. On Jan 28, 2:25 am, Ben Firshman wrote: > On 27 Jan 2010, at 22:50, Ben Firshman wrote: > > > > > On