aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-13 20:40:22 +0100
committerAymeric Augustin2013-11-13 20:40:22 +0100
commit97090c32941784d28818721f37eee69e21e2d74e (patch)
treefdabb0301faf9595312b908e738638d18ecffacb /docs/installation.rst
parenta3acf6b57275f2a14cde7c209a8b6dff107275b0 (diff)
downloaddjango-debug-toolbar-97090c32941784d28818721f37eee69e21e2d74e.tar.bz2
Provide an option to force rendering panels in page.
Requested by David who seems to runs the debug toolbar in production :-)
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 3d71e12..5d046a2 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -41,9 +41,8 @@ what it does, or if you prefer defining your settings explicitly, read below.
The automatic setup relies on ``debug_toolbar.models`` being imported when
the server starts. Django doesn't provide a better hook to execute code
- during the start-up sequence. This works with Django's built-in
- development server ``runserver`` because it validates models before
- serving requests. You should use the explicit setup with other servers.
+ during the start-up sequence. This works with ``manage.py runserver``
+ because it validates models before serving requests.
Explicit setup
--------------