From 83238bb4ecdf79b8caad833dbd2d1e7530c6ba2c Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sat, 25 Jun 2016 23:18:53 -0700 Subject: minor documentation fixes --- src/mailman/docs/WebUIin5.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mailman') diff --git a/src/mailman/docs/WebUIin5.rst b/src/mailman/docs/WebUIin5.rst index ea24dbfe5..e2109388e 100644 --- a/src/mailman/docs/WebUIin5.rst +++ b/src/mailman/docs/WebUIin5.rst @@ -55,7 +55,7 @@ Install in development mode to be able to change the code without working directly on the PYTHONPATH. :: - $(py2) cd mailman.client + $(py2) cd mailmanclient $(py2) python setup.py develop $(py2) cd .. @@ -78,7 +78,7 @@ a project already developed which you can set up like this:: $(py2) git clone git@github.com:mailman/postorius_standalone.git $(py2) cd postorius_standalone - $(py2) python manage.py syncdb + $(py2) python manage.py migrate $(py2) python manage.py runserver The last command will start the dev server on http://localhost:8000. -- cgit v1.2.3-70-g09d2