diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-31 01:46:25 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-31 01:46:25 -0500 |
| commit | 4aa2eb5f970b812a96480e2cd7c18c1103b844c8 (patch) | |
| tree | eb1406080661b3cf8b5b3ad2935992863b654f00 /docs/tutorials/wiki | |
| parent | 26ff2bf625f426f90abb313e9e028fc16308d105 (diff) | |
| download | pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.tar.gz pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.tar.bz2 pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.zip | |
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. |
