File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Change log
7
7
This is the first stable version of the Debug Toolbar!
8
8
9
9
It includes many new features and performance improvements as well a few
10
- backwards-incompatible changes to make the toolbar easier to use, extend and
11
- maintain in the future.
10
+ backwards-incompatible changes to make the toolbar easier to deploy, use,
11
+ extend and maintain in the future.
12
12
13
13
You're strongly encouraged to review the installation and configuration docs
14
14
and redo the setup in your projects.
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ instead with the following command::
21
21
Quick setup
22
22
-----------
23
23
24
- Make sure that ``'django.contrib.staticfiles' `` is set up properly and add
24
+ Make sure that ``'django.contrib.staticfiles' `` is `set up properly
25
+ <https://docs.djangoproject.com/en/stable/howto/static-files/> `_ and add
25
26
``'debug_toolbar' `` to your ``INSTALLED_APPS `` setting::
26
27
27
28
INSTALLED_APPS = (
@@ -36,7 +37,7 @@ Make sure that ``'django.contrib.staticfiles'`` is set up properly and add
36
37
For a simple Django project, that's all you need!
37
38
38
39
The Debug Toolbar will automatically adjust a few settings when you start the
39
- development server. This happens only when the ``DEBUG `` setting is ``True ``.
40
+ development server, provided the ``DEBUG `` setting is ``True ``.
40
41
41
42
If you're upgrading from a previous version, you should review the
42
43
:doc: `change log <changes >` and look for specific upgrade instructions.
You can’t perform that action at this time.
0 commit comments