diff options
| author | Aymeric Augustin | 2013-11-30 13:41:21 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-30 13:48:30 +0100 |
| commit | 29fca4946b10937a605b71c90ebe5585bca3daea (patch) | |
| tree | 1b4d0569b16153d8c13ec82c10cc265c656ff4ab | |
| parent | 0200fc14a38be5d0bac9e5fe9484d585ffa76921 (diff) | |
| download | django-debug-toolbar-29fca4946b10937a605b71c90ebe5585bca3daea.tar.bz2 | |
Small documentation improvements.
| -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. |
