diff options
| author | Abhilash Raj | 2016-06-25 23:23:20 -0700 |
|---|---|---|
| committer | Abhilash Raj | 2016-06-25 23:23:20 -0700 |
| commit | c71417b39bc9832b71f766e525a08addda6166cd (patch) | |
| tree | 5044b9ca082b7e514869f30a0188ab1d5a9bad16 | |
| parent | 83238bb4ecdf79b8caad833dbd2d1e7530c6ba2c (diff) | |
| download | mailman-c71417b39bc9832b71f766e525a08addda6166cd.tar.gz mailman-c71417b39bc9832b71f766e525a08addda6166cd.tar.zst mailman-c71417b39bc9832b71f766e525a08addda6166cd.zip | |
| -rw-r--r-- | src/mailman/docs/WebUIin5.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/docs/WebUIin5.rst b/src/mailman/docs/WebUIin5.rst index e2109388e..70716e6a7 100644 --- a/src/mailman/docs/WebUIin5.rst +++ b/src/mailman/docs/WebUIin5.rst @@ -76,8 +76,7 @@ Start the development server Postorius is a Django app which can be used with any Django project. We have 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) cd example_project $(py2) python manage.py migrate $(py2) python manage.py runserver |
