File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,6 @@ templates:
115115```
116116
117117The registration code needs to be in a location
118- that will be imported into the Django process before any template tag attempts to use it. The example Django application
118+ that will be imported into the Django process before any model or template tag attempts to use it. The example Django application
119119in the demo subdirectory achieves this through an import in the main urls.py file; any views.py would also be sufficient.
120120
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ templates:::
5555 {%plotly_item "SimpleExample"%}
5656
5757The registration code needs to be in a location
58- that will be imported into the Django process before any template tag attempts to use it. The example Django application
58+ that will be imported into the Django process before any model or
59+ template tag attempts to use it. The example Django application
5960in the demo subdirectory achieves this through an import in the main urls.py file; any views.py would also be sufficient.
6061
You can’t perform that action at this time.
0 commit comments