Steve Piercy
2018-09-22 e22970cd21eb36c2a658c843bb5cb4f59d77fd19
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.