FastCGI shared hosting

2007-11-22 Thread Dwarf
Hello, the problem is getting to be annoyed. I have shared django hosting with Apache, fcgid module and flup. The problem is that my app.fcgi sript does not respawn when I make changes in it or say: " touch app.fci" It runs with rights of "apache" user and I have no clue how to restart it. Admin

Re: Dynamic ModelChoiceField

2007-06-01 Thread Dwarf
On Jun 1, 3:27 am, sorrison <[EMAIL PROTECTED]> wrote: > I am using a ModelChoiceField (default_project) in a form and want the > initial queyset to change when the form is created. > > I've tried doing it like this: > > forms.py -- > class UserAccountForm(forms.Form): >. >defaul