aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2ada325..6635837 100644
--- a/README.rst
+++ b/README.rst
@@ -180,6 +180,12 @@ The debug toolbar has two settings that can be set in ``settings.py``:
(The first value is ``socketserver`` on Python 3 and ``SocketServer`` on
Python 2.)
+ * ``ROOT_TAG_ATTRS``
+
+ This setting is injected in the root template div in order to avoid conflicts
+ with client-side frameworks. For example, when using with Angular.js, set
+ this to 'ng-non-bindable' or 'class="ng-non-bindable"'. Defaults to ''.
+
Example configuration::
def custom_show_toolbar(request):