From: Andreas Bießmann Date: Tue, 19 Nov 2013 14:43:59 +0000 (+0100) Subject: INSTALL: adopt PYTHONPATH X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=3fd68370c79cf1567772c7da3c3c4b2b92046d7d;p=patchwork INSTALL: adopt PYTHONPATH Signed-off-by: Andreas Bießmann Signed-off-by: Jeremy Kerr --- diff --git a/docs/INSTALL b/docs/INSTALL index face0dc..760607f 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -128,7 +128,7 @@ in brackets): Then, get patchwork to create its tables in your configured database: cd apps/ - PYTHONPATH=../lib/python/django ./manage.py syncdb + PYTHONPATH=../lib/python ./manage.py syncdb And add privileges for your mail and web users. This is only needed if you use the ident-based approach. If you use password-based database