summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorkenmanheimer <ken.manheimer@gmail.com>2011-11-08 17:20:32 -0800
committerkenmanheimer <ken.manheimer@gmail.com>2011-11-08 17:20:32 -0800
commit090e31fadd53389755706dd9c4d7a96ac1f047a5 (patch)
treef41c42f0dbb55675068345bfd27a561dcd6eca9b /docs/tutorials
parentbdecc840c529d7b2644e0ebf4a6df66939caa5cb (diff)
downloadpyramid-090e31fadd53389755706dd9c4d7a96ac1f047a5.tar.gz
pyramid-090e31fadd53389755706dd9c4d7a96ac1f047a5.tar.bz2
pyramid-090e31fadd53389755706dd9c4d7a96ac1f047a5.zip
Add a note flagging the only case where we might mislead the student to
change substitute the package name they used with 'tutorial'.
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki/authorization.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst
index 4c9a77759..bf88c3bd8 100644
--- a/docs/tutorials/wiki/authorization.rst
+++ b/docs/tutorials/wiki/authorization.rst
@@ -60,6 +60,10 @@ look like so:
:linenos:
:language: python
+.. note::
+ (Your ``config.scan('tutorial')`` needs the package name you used
+ instead of "tutorial", if you used a different name.)
+
Add ``security.py``
~~~~~~~~~~~~~~~~~~~