Skip to content

Commit e0ad6ae

Browse files
authored
Added a Frequently Asked Questions to the docs
Links to @Anima-t3d's investigation in markfinger#70
1 parent c026058 commit e0ad6ae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Documentation
3535
- [Usage in production](#usage-in-production)
3636
- [Overriding the renderer](#overriding-the-renderer)
3737
- [Settings](#settings)
38+
- [Frequently Asked Questions](#frequently-asked-questions)
3839
- [Running the tests](#running-the-tests)
3940

4041

@@ -285,6 +286,19 @@ A complete url to an endpoint which accepts POST requests conforming to
285286
Default: `'http://127.0.0.1:9009/render'`
286287

287288

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).
300+
301+
288302
Running the tests
289303
-----------------
290304

0 commit comments

Comments
 (0)