summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
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``
~~~~~~~~~~~~~~~~~~~