[PATCH 1/4] INSTALL: adopt PYTHONPATH
Andreas Bießmann
andreas at biessmann.de
Thu Jul 24 18:58:15 EST 2014
ping?
On 2013-11-19 15:43, Andreas Bießmann wrote:
> Signed-off-by: Andreas Bießmann <andreas at biessmann.de>
> ---
> docs/INSTALL | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/INSTALL b/docs/INSTALL
> index 91c6081..e5f88e8 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
More information about the Patchwork
mailing list