diff options
| author | Michael Merickel <github@m.merickel.org> | 2018-10-31 23:39:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-31 23:39:30 -0500 |
| commit | e0885eb5402a4faee683dd4e2ff57d8b32842e92 (patch) | |
| tree | 456032451f64ecfadb7b5e593f36b32aeecc1e87 /docs/tutorials/wiki | |
| parent | 85ad95c5996935604bd11691c915a869fdd0fe87 (diff) | |
| parent | bd874fa27387b5a4b39bfe5a124719b4b202bfff (diff) | |
| download | pyramid-e0885eb5402a4faee683dd4e2ff57d8b32842e92.tar.gz pyramid-e0885eb5402a4faee683dd4e2ff57d8b32842e92.tar.bz2 pyramid-e0885eb5402a4faee683dd4e2ff57d8b32842e92.zip | |
Merge pull request #3406 from mmerickel/drop-pcreate
initial work removing pcreate
Diffstat (limited to 'docs/tutorials/wiki')
| -rw-r--r-- | docs/tutorials/wiki/NOTE-relocatable.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/tutorials/wiki/NOTE-relocatable.txt b/docs/tutorials/wiki/NOTE-relocatable.txt index e942caba8..c3f30af51 100644 --- a/docs/tutorials/wiki/NOTE-relocatable.txt +++ b/docs/tutorials/wiki/NOTE-relocatable.txt @@ -1,6 +1,7 @@ We specifically use relative package references where possible so this demo -works even if the user names their package (in the '$VENV/bin/pcreate -s -zodb ...' step) something other than 'tutorial'. +works even if the user names their package (in the +'cookiecutter gh:Pylons/pyramid-cookiecutter-starter' step) something other +than 'tutorial'. Specifically: @@ -9,5 +10,5 @@ Specifically: page templates. Direct uses of the package name, like in __init__.py 'config.scan()' -statements, are already adjusted by the paster/pcreate, so we don't have to +statements, are already adjusted by the cookiecutter, so we don't have to worry about them. |
