Re: Problem setting up Apapche FastCGI and Django

2006-08-25 Thread edgars
006] [error] [client 127.0.0.1] File does not > exist: /home/arvis/django/tst/mysite/site.fcgi/works/ Did you actually started the fastcgi django process on port 3066? hth, Edgars --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: what is the best way to capture the subdomain and send it to a view?

2006-01-04 Thread Edgars Jekabsons
On Wed, 04 Jan 2006 16:31:34 +0200, Le Roux <[EMAIL PROTECTED]> wrote: Thanks. I'll do that. It just feels like that type of thing should happen outside of the view (and come to the view as a parameter). The other thing is that _all_ my views will need this and to me that just feels a bit dirt

Re: possible to validate a subset of a model's fields?

2006-01-31 Thread Edgars Jekabsons
ing they previously entered should be in the db. Well put blank=True in model field descriptions, use custom FormManipulators and save the data in database after each page :) HTH, Edgars Jekabsons

Re: custom admin view for edit_inline object

2006-02-09 Thread Edgars Jekabsons
oluted way. There is a simple way to create special admin templates for one object. See http://code.djangoproject.com/wiki/NewAdminChanges#Adminconvertedtoseparatetemplates HTH, Edgars

Dreamhost, Django and MySQL server connection

2006-02-13 Thread Edgars Jekabsons
eback screen. Is it just plain unlucky me and an unreliable MySQL server on Dreamhost or I should have used something more robust than the setup described in http://wiki.dreamhost.com/index.php/Django? TIA, Edgars

Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread Edgars Jekabsons
Hi Kieran, I posted a working patch against Django release 0.91 on the same ticket http://code.djangoproject.com/ticket/463 HTH, Edgars

Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread Edgars Jekabsons
OK, posted a patch agaist trunk (revision 2307) http://code.djangoproject.com/attachment/ticket/463/mysql_rev2307.diff -- Edgars