I can really recommend django-import-export, esp when using the json-format. It provides nice admin integration and it is fairly easy to customize the export rendering of models into e.g. json objects. I'm doing some small magic for m2m-fields to export the referred-to-objects together with the main object, and doing that wasn't much code at all...
On Wednesday, May 2, 2018 at 10:08:55 AM UTC+2, Federico Capoano wrote: > > Interesting! > django-reversion is being used in a few places already, while we are > considering django-import-export for a couple new modules. > > Thank for the update > Fed > >> >> -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
