diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-22 00:25:06 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-22 00:25:06 +0200 |
| commit | a33ac9438f62c6d85263c772d601d77e1b2b1e3c (patch) | |
| tree | 2c956ddd7738669e1223ad739fe8e21e5092bd6c /docs | |
| parent | 8c952d940272d883169973833ca215ac3248e94e (diff) | |
| download | pyramid-a33ac9438f62c6d85263c772d601d77e1b2b1e3c.tar.gz pyramid-a33ac9438f62c6d85263c772d601d77e1b2b1e3c.tar.bz2 pyramid-a33ac9438f62c6d85263c772d601d77e1b2b1e3c.zip | |
paster use is outdated
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/environment.rst | 2 | ||||
| -rw-r--r-- | docs/tutorials/wiki/NOTE-relocatable.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst index 281bb6919..fb3c3d7e3 100644 --- a/docs/narr/environment.rst +++ b/docs/narr/environment.rst @@ -546,7 +546,7 @@ for settings documented as such. For example, you might start your .. code-block:: text $ PYRAMID_DEBUG_AUTHORIZATION=1 PYRAMID_RELOAD_TEMPLATES=1 \ - bin/paster serve MyProject.ini + bin/pserve MyProject.ini If you started your application this way, your :app:`Pyramid` application would behave in the same manner as if you had placed the diff --git a/docs/tutorials/wiki/NOTE-relocatable.txt b/docs/tutorials/wiki/NOTE-relocatable.txt index cec2639f3..4c778ad04 100644 --- a/docs/tutorials/wiki/NOTE-relocatable.txt +++ b/docs/tutorials/wiki/NOTE-relocatable.txt @@ -1,5 +1,5 @@ We specifically use relative package references where possible so this demo -works even if the user names their package (in the 'bin/paster create -t +works even if the user names their package (in the 'bin/pcreate -s zodb ...' step) something other than 'tutorial'. Specifically: |
