Add Django setting to configure jsx flags#18
Add Django setting to configure jsx flags#18frankier wants to merge 1 commit intofacebookarchive:masterfrom
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
|
Thanks for the contribution! Would you please add a small test and documentation in the README? |
|
Does this add a dependency on Django? |
|
django-pipeline depends on django, so it wouldn't be adding a dependency to a user's project. But I suppose it does add the dependency here if we want to test it. Alternatively, we could catch the ImportError and use an empty dictionary? |
No description provided.