diff options
| author | Abhilash Raj | 2016-06-25 23:18:53 -0700 |
|---|---|---|
| committer | Abhilash Raj | 2016-06-25 23:20:09 -0700 |
| commit | 83238bb4ecdf79b8caad833dbd2d1e7530c6ba2c (patch) | |
| tree | 990531323ca5adecd26cf5a80947a1eb14497c26 /src | |
| parent | 78062005ba81be9f8f60107532b2065294e01305 (diff) | |
| download | mailman-83238bb4ecdf79b8caad833dbd2d1e7530c6ba2c.tar.gz mailman-83238bb4ecdf79b8caad833dbd2d1e7530c6ba2c.tar.zst mailman-83238bb4ecdf79b8caad833dbd2d1e7530c6ba2c.zip | |
Diffstat (limited to 'src')
| -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. |
