diff options
| -rw-r--r-- | src/mailman/docs/WebUIin5.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
