Re: [mezzanine-users] Suggestion on how to make import and export of products using csv from admin panel?

2016-04-29 Thread Eduardo Rivas
Adding to the suggestions, I've used django-import-export in the past with satisfactory results. It does admin integration out of the box and let's you pick different import/export formats (Excel, csv, json, etc). I've only used it to export records; can't speak for the importing part. The

Re: [mezzanine-users] Suggestion on how to make import and export of products using csv from admin panel?

2016-04-29 Thread Stephen McDonald
There's a potentially outdated CSV import script here: https://github.com/stephenmcd/cartridge/blob/master/cartridge/shop/management/commands/product_db.py That should get you 90% of the way On Sat, Apr 30, 2016 at 4:06 AM, Sathish Anton wrote: > Hi, > Please provide

Re: [mezzanine-users] Suggestion on how to make import and export of products using csv from admin panel?

2016-04-29 Thread Ken Bolton
Hi Sathish, What have you tried so far? There is plenty of documentation out there on working with Django and CSV, and plenty more on Django's admin interface. If you are not using Python 3, I can caution you to use the unicodecsv module: https://pypi.python.org/pypi/unicodecsv. hth, ken On

[mezzanine-users] Suggestion on how to make import and export of products using csv from admin panel?

2016-04-29 Thread Sathish Anton
Hi, Please provide Suggestion on how to make import and export of products using csv from admin panel? Thanks and Regards, Sathish Anton. A -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving