From 97090c32941784d28818721f37eee69e21e2d74e Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Wed, 13 Nov 2013 20:40:22 +0100 Subject: Provide an option to force rendering panels in page. Requested by David who seems to runs the debug toolbar in production :-) --- docs/installation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/installation.rst') 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 -------------- -- cgit v1.2.3