You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/reference/template-tag.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,11 +62,13 @@ This template tag can be used to insert any number of ReactPy components onto yo
62
62
{% include "../../python/template-tag-bad-view.py" %}
63
63
```
64
64
65
+
_Note: If you decide to not follow this warning, you will need to use the [`register_component`](../reference/utils.md#register-component) function to manually register your components._
66
+
65
67
<!--context-end-->
66
68
67
69
??? question "Can I render components on a different server (distributed computing)?"
68
70
69
-
Yes! By using the `#!python host` keyword argument, you can render components from a completely separate ASGI server.
71
+
Yes! This is most commonly done through [`settings.py:REACTPY_HOSTS`](../reference/settings.md#reactpy_default_hosts). However, you can use the `#!python host` keyword to render components on a specific ASGI server.
0 commit comments