File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,10 @@ Direct use in this manner, without any application state or
6262use of live updating, is equivalent to inserting an ``iframe `` containing the
6363URL of a ``Dash `` application.
6464
65- The registration code needs to be in a location
66- that will be imported into the Django process before any model or
67- template tag attempts to use it. The example Django application
68- in the demo subdirectory achieves this through an import in the main urls.py file; any views.py would also be sufficient.
65+ .. note ::
66+ The registration code needs to be in a location
67+ that will be imported into the Django process before any model or
68+ template tag attempts to use it. The example Django application
69+ in the demo subdirectory achieves this through an import in the main ``urls.py `` file,
70+ but any ``views.py `` would also be sufficient.
6971
You can’t perform that action at this time.
0 commit comments