diff options
| -rw-r--r-- | docs/changes.rst | 4 | ||||
| -rw-r--r-- | docs/installation.rst | 5 | 
2 files changed, 5 insertions, 4 deletions
| diff --git a/docs/changes.rst b/docs/changes.rst index 3172270..4c3012a 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -7,8 +7,8 @@ Change log  This is the first stable version of the Debug Toolbar!  It includes many new features and performance improvements as well a few -backwards-incompatible changes to make the toolbar easier to use, extend and -maintain in the future. +backwards-incompatible changes to make the toolbar easier to deploy, use, +extend and maintain in the future.  You're strongly encouraged to review the installation and configuration docs  and redo the setup in your projects. diff --git a/docs/installation.rst b/docs/installation.rst index 921cfe8..b75f9ad 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -21,7 +21,8 @@ instead with the following command::  Quick setup  ----------- -Make sure that ``'django.contrib.staticfiles'`` is set up properly and add +Make sure that ``'django.contrib.staticfiles'`` is `set up properly +<https://docs.djangoproject.com/en/stable/howto/static-files/>`_ and add  ``'debug_toolbar'`` to your ``INSTALLED_APPS`` setting::      INSTALLED_APPS = ( @@ -36,7 +37,7 @@ Make sure that ``'django.contrib.staticfiles'`` is set up properly and add  For a simple Django project, that's all you need!  The Debug Toolbar will automatically adjust a few settings when you start the -development server. This happens only when the ``DEBUG`` setting is ``True``. +development server, provided the ``DEBUG`` setting is ``True``.  If you're upgrading from a previous version, you should review the  :doc:`change log <changes>` and look for specific upgrade instructions. | 
