If you want a response, you will need to ask this on the django-users
list. This list is for the discussion of developing the Django
framework itself.
On Aug 28, 2008, at 3:23 AM, Puzzle Stone wrote:
> Fcgi and scgi work well in my machine when i use django0.96.2, but
> scgi failed when I t
Fcgi and scgi work well in my machine when i use django0.96.2, but scgi
failed when I try to migrate my developing environment from django0.96.2 to
svn version (rev 8643).
I use the shell recommended by the fastcgi.txt to run fastcgi:
exec /usr/bin/env - \
PYTHONPATH="../python:.." \
$PROJ
Fcgi and scgi work well in my machine when i use django0.96.2, but
scgi failed when I try to migrate my developing environment from
django0.96.2 to svn version (rev 8643).
I use the shell recommended by the fastcgi.txt to run fastcgi:
exec /usr/bin/env - \
PYTHONPATH="../python:.." \
$PRO