runfcgi - complete lack of joy.

2007-10-17 Thread jtm
/192.168.1.10/django/admin/ or http://192.168.1.10:8080/admin/ or http://192.168.1.10:8080/django/admin/ Thanks for your help, jtm --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Improving performance of lighttpd, flup and django-fcgi.py combo

2006-04-06 Thread jtm
James Bennett wrote: > On 4/6/06, jtm <[EMAIL PROTECTED]> wrote: > > Does this combination of software mean that for every request > > django is starting from scratch and having to re-import everything? > > No, pretty much the whole point of FastCGI is that you ha

Improving performance of lighttpd, flup and django-fcgi.py combo

2006-04-06 Thread jtm
this? If no, are there any hints I need that I am not going to find in the docs? regards, jtm --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

Re: numeric formatting

2006-03-27 Thread jtm
g your preformatted number). obviously does not care about your locale. jtm --~--~-~--~~~---~--~~ 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@google

Solved: Table not found error when ordering by foreign key

2006-03-19 Thread jtm
for now. jtm --~--~-~--~~~---~--~~ 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 To unsubscribe from this group, send email to [EMAIL

Re: Table not found error when ordering by foreign key

2006-03-16 Thread jtm
Hi Adrian, Thanks for the reply. I did try using the full table names without success. This is the error and traceback (with real class names): OperationalError at /debtors/current/ (1109, "Unknown table 'matterlist_matters' in order clause") Traceback (most recent call last): File

Table not found error when ordering by foreign key

2006-03-12 Thread jtm
seems to be importing fine. Does anyone have any hints? thanks, jtm --~--~-~--~~~---~--~~ 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@google

Re: DateTimeField TypeError: replace() takes no keyword arguments?

2005-08-20 Thread jtm
way to add foreign keys? Thanks, jtm

DateTimeField TypeError: replace() takes no keyword arguments?

2005-08-20 Thread jtm
ou're in the browser would be warmly received. Thanks again, jtm

Questions about Django model exceptions and request data

2005-08-20 Thread jtm
even works): last_ip_address=request.META.get('REMOTE_ADDR') Thanks for your help. I've got a dozen Django and Python related tabs open in Firefox and I can't locate the answer in any of them. :) jtm