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
@@ -285,6 +286,19 @@ A complete url to an endpoint which accepts POST requests conforming to
285
286
Default: `'http://127.0.0.1:9009/render'`
286
287
287
288
289
+
Frequently Asked Questions
290
+
--------------------------
291
+
292
+
### Can python-react integrate with Django?
293
+
294
+
python-react can integrate with Django's settings and the renderer integration can resolve relative paths to components via django's static file finders.
295
+
296
+
### Can python-react integrate with Web2Py?
297
+
298
+
[@Anima-t3d](https://github.com/Anima-t3d) has a write-up of their experience
299
+
in [#70](https://github.com/markfinger/python-react/issues/70#issuecomment-254396083).
0 commit comments