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: README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -296,13 +296,24 @@ Frequently Asked Questions
296
296
297
297
### Can python-react integrate with Django?
298
298
299
-
python-react can integrate with Django's settings and the renderer integration can resolve relative paths to components via django's static file finders.
299
+
python-react can integrate with Django's settings and the renderer integration can
300
+
resolve relative paths to components via django's static file finders.
301
+
302
+
### How do I handle Django's translation and gettext with React components?
303
+
304
+
[@sillygod](https://github.com/sillygod) sparked a discussion of this at issue
0 commit comments