diff options
Diffstat (limited to 'docs/installation.rst')
| -rw-r--r-- | docs/installation.rst | 5 |
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 -------------- |
