Re: manage.py setting sys.path wrong

2007-03-29 Thread Lukas Kolbe
Am Donnerstag, den 29.03.2007, 23:54 +1000 schrieb Malcolm Tredinnick: Okay okay, you got me there. I wondered if I missed anything and looked again at the django tutorial (which I didn't to for quite a while), and what's there? Yes, from tutorial number 1: > > You’ll need to avoid naming proje

Re: manage.py setting sys.path wrong

2007-03-29 Thread Lukas Kolbe
> On Thu, Mar 29, 2007 at 02:26:32PM +0200, Lukas Kolbe wrote: > > > > Hi! > > > > I have a problem I came across for a while now. > > > > To start the fcgi-instance, I use manage.py as follows: > > > > su -c "DJANGO_DB_NAME=db

manage.py setting sys.path wrong

2007-03-29 Thread Lukas Kolbe
Hi! I have a problem I came across for a while now. To start the fcgi-instance, I use manage.py as follows: su -c "DJANGO_DB_NAME=dbname DJANGO_DB_PASS=dbpass \ DJANGO_DB_USER=dbuser DJANGO_SECRET_KEY=secret \ /srv/vhosts/myhost/site/manage.py runfcgi daemonize=false \ socket=/srv/sockets