summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas@biessmann.de>2013-11-19 15:43:59 +0100
committerJeremy Kerr <jk@ozlabs.org>2014-07-24 17:14:21 +0800
commit3fd68370c79cf1567772c7da3c3c4b2b92046d7d (patch)
treebc2bb5d44fccd9770ab5e89e79502f7fff49c570 /docs
parentce15e005dfa0bc62d0ff4c020ebe43e9dd7e53ad (diff)
downloadpatchwork-3fd68370c79cf1567772c7da3c3c4b2b92046d7d.tar.bz2
patchwork-3fd68370c79cf1567772c7da3c3c4b2b92046d7d.tar.xz
INSTALL: adopt PYTHONPATH
Signed-off-by: Andreas Bießmann <andreas@biessmann.de> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL2
1 files changed, 1 insertions, 1 deletions
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