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
77This is the first stable version of the Debug Toolbar!
88
99It 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.
1212
1313You're strongly encouraged to review the installation and configuration docs
1414and 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::
2121Quick setup
2222-----------
2323
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
2526``'debug_toolbar' `` to your ``INSTALLED_APPS `` setting::
2627
2728 INSTALLED_APPS = (
@@ -36,7 +37,7 @@ Make sure that ``'django.contrib.staticfiles'`` is set up properly and add
3637For a simple Django project, that's all you need!
3738
3839The 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 ``.
4041
4142If you're upgrading from a previous version, you should review the
4243:doc: `change log <changes >` and look for specific upgrade instructions.
You can’t perform that action at this time.
0 commit comments