diff options
| author | Aymeric Augustin | 2014-04-25 18:53:00 +0200 | 
|---|---|---|
| committer | Aymeric Augustin | 2014-04-25 18:53:00 +0200 | 
| commit | 727b4e05f59c15904f7b08388220b7bfc76d59b2 (patch) | |
| tree | f2333fac278510e5e68b5c47b1fa741c94693d63 /docs/configuration.rst | |
| parent | 6ce52b2532afaccca9932b7087533609fd239a9b (diff) | |
| download | django-debug-toolbar-727b4e05f59c15904f7b08388220b7bfc76d59b2.tar.bz2 | |
Make the pain go away.
Fix #581, #544, #541, #535 and a few others.
Diffstat (limited to 'docs/configuration.rst')
| -rw-r--r-- | docs/configuration.rst | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/docs/configuration.rst b/docs/configuration.rst index ff4ece7..0905be5 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -71,6 +71,14 @@ Toolbar options    The toolbar searches for this string in the HTML and inserts itself just    before. +* ``JQUERY_URL`` + +  Default: ``'//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js'`` + +  URL of the copy of jQuery that will be used by the toolbar. Set it to a +  locally-hosted version of jQuery for offline development. Make it empty to +  rely on a version of jQuery that already exists on every page of your site. +  * ``RENDER_PANELS``    Default: ``None`` @@ -113,7 +121,7 @@ Toolbar options    This is the dotted path to a function used for determining whether the    toolbar should show or not. The default checks are that ``DEBUG`` must be    set to ``True``, the IP of the request must be in ``INTERNAL_IPS``, and the -  request must no be an AJAX request. You can provide your own function  +  request must no be an AJAX request. You can provide your own function    ``callback(request)`` which returns ``True`` or ``False``.  Panel options | 
