Bowe Strickland
2018-10-27 6e49871feaa1a60549206cf5512c9fb7f3d5fd56
commit | author | age
4db745 1 We specifically use relative package references where possible so this demo
f73f0e 2 works even if the user names their package (in the '$VENV/bin/pcreate -s
197997 3 zodb ...' step) something other than 'tutorial'.
4db745 4
K 5 Specifically:
6
7 - use relative imports
8 - use plain relative URLs for resources (like stylesheets and images) in
9   page templates.
10
11 Direct uses of the package name, like in __init__.py 'config.scan()'
12 statements, are already adjusted by the paster/pcreate, so we don't have to
13 worry about them.