Re: Database connection closed after each request?

2012-01-14 Thread yati sagade
I haven't used it, but this might help http://node.to/wordpress/2010/02/11/database-connection-pool-solution-for-django-mysql/Also, have you tried using SQLAlchemy? On Sun, Jan 15, 2012 at 8:06 AM, ydjango wrote: > Any updates on MySQL connection pool for django. Has anyone > implemented it yet

Selecting an E-commerce Application

2012-01-14 Thread Swaroop Shankar V
Hello All, I need to integrate an e-commerce application into my project and i was checking few options and I rounded of to 2 options: 1) Satchless 2) Plata Please note that I don't wish to use a framework, instead i wanted an app which

Re: Web Servers for Django Projects [WAS: Does anyone know any blogs...]

2012-01-14 Thread Graham Dumpleton
On Jan 15, 9:40 am, Stuart Laughlin wrote: > Graham turned up on a thread in another forum where I was asking about how > to fix a strange error I had been seeing intermittently for months. He > instructed me on how to put mod-wsgi into daemon mode, among other things, > and finally solved my pr

Re: Database connection closed after each request?

2012-01-14 Thread ydjango
Any updates on MySQL connection pool for django. Has anyone implemented it yet and willing to share? Graham Dumpleton also raised it in G+ today. On Nov 20 2011, 5:45 am, Jonathan wrote: > Does anyone know if this progressed anywhere since '09? -- You received this message because you are subsc

One To One relationship with a generic relation?

2012-01-14 Thread Stodge
I've used generic relations and they worked, but in one particular case I need a one-to-one generic relation. Is this possible? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. T

RE: Web Servers for Django Projects [WAS: Does anyone know any blogs...]

2012-01-14 Thread Stuart Laughlin
Graham turned up on a thread in another forum where I was asking about how to fix a strange error I had been seeing intermittently for months. He instructed me on how to put mod-wsgi into daemon mode, among other things, and finally solved my problem. Here's a link to the thread, if you're interes

Re: Primary key for read-only models

2012-01-14 Thread JohnA
I think you can do what you want as long as you set your read-only model to managed=False in the Meta. You have to set some field to primary_key=True but it doesn’t have to actually be unique. To avoid situations where django will do something that will only work if it is unique you might want to

Joining tables

2012-01-14 Thread Swaroop Shankar V
hello All, I have a model of following structure class ExtraInfomration(): user = models.OneToOneField(User) total_likes = models.IntegerField(_('Total Likes'), null=True, blank=True, default=0) total_dislikes = models.IntegerField(_('Total Dislikes'), null=True, blank=True, default=0) popularity

Searching for django developer with good experience in JQuery/CSS3 and Html

2012-01-14 Thread Mo Mughrabi
Hello, I've been working with a team for the past 6 months on a project, the project is designer on cloud computing, using django as our main framework, rabbitmq and celery to handle transactions. We are currently, consist of project lead and 3 developers. We have a very high standard in coding,

RE: Web Servers for Django Projects [WAS: Does anyone know any blogs...]

2012-01-14 Thread kenneth gonsalves
On Sat, 2012-01-14 at 09:49 -0500, Sells, Fred wrote: > You referenced Graham’s “The Perfect Config”. I’ve been googling > without success to find that. Do you have a link? > > he means Graham's config is perfect. Google for django+wsgi -- regards Kenneth Gonsalves -- You received this mess

RE: Web Servers for Django Projects [WAS: Does anyone know any blogs...]

2012-01-14 Thread Sells, Fred
You referenced Graham's "The Perfect Config". I've been googling without success to find that. Do you have a link? From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Stuart Laughlin Sent: Friday, January 13, 2012 12:52 PM To: django-users@googlegroups.com