diff mbox

[1/4] INSTALL: adopt PYTHONPATH

Message ID 1384872242-18238-1-git-send-email-andreas@biessmann.de
State Accepted
Headers show

Commit Message

Andreas Bießmann Nov. 19, 2013, 2:43 p.m. UTC
Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
---
 docs/INSTALL |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andreas Bießmann July 24, 2014, 8:58 a.m. UTC | #1
ping?

On 2013-11-19 15:43, Andreas Bießmann wrote:
> Signed-off-by: Andreas Bießmann <andreas@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
Jeremy Kerr July 24, 2014, 9:36 a.m. UTC | #2
Hi Andreas,

> ping?

Thanks! All applied.

Sorry for the delay, been a little flat-out lately, If only I had some 
way of tracking with patches were still outstanding...

Cheers,


Jeremy
diff mbox

Patch

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