Bojan Mihelac
Bojan Mihelac
Great. I can make the patch, but I am little limited with time currently.
Hi all, one way to approach this is through signals. Currently rosetta trigger post_save signal and one could listen to this signal to reload gunicorn: https://github.com/mbi/django-rosetta/blob/develop/rosetta/views.py#L149 Did not tried but...
Some updates regarding this are in recent pull request: https://github.com/hoodiehq/hoodie/pull/739
Have you checked [docs](https://django-import-export.readthedocs.org/en/latest/api_admin.html) specifically settings for `from_encoding` and `to_encoding`?
Please see how data is encoded and decoded: https://github.com/bmihelac/django-import-export/blob/master/import_export/admin.py
@yozlet great tip for utf-8-sig while such issues have almost always missed reproducible test case, I'm totally for making library more robust when handling different encodings.
@alexandernst thanks, would you like to make a pull request?
@andrewgy8 this sounds fantastic! regarding readthedocs, I have updated integration to use webhooks, RTD should automatically create on push and branch create/delete actions. Ref: https://docs.readthedocs.io/en/latest/webhooks.html#github
@int-ua see this gist for importing from command line https://gist.github.com/bmihelac/434fceb6ba8e752f08d3 something like this could be polished a bit more and included in django-import-export
@int-ua no need for supporting