Nothing. It's literally just either:

manage.py runserver
or
manage.py runfcgi

The full command is:

python ~/myapp/myproject/manage.py runfcgi maxchildren=1 maxspare=1
method=prefork socket=~/myapp/myproject.sock

On Wed, May 13, 2009 at 6:14 PM, Brian Neal <[email protected]> wrote:

>
> On May 13, 10:13 am, andybak <[email protected]> wrote:
> > Getting somewhere...
> >
> > I'm running on Django 1.0 via nginx/fcgi
> >
> > When I run via the dev server (leaving everything else the same) the
> > problem goes away.
> >
> > How can the effects of a POST to a model form in admin be affected
> > purely by switching between fcgi and the dev server?
>
> What else is different? What versions of Django and Python are you
> running in each environment?
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to