Contributions happen via Github, not the mailing list. Could you put together a pull request on GitHub? That would be awesome, thanks!
On Sat, May 14, 2016 at 3:38 AM, Sathish Anton <[email protected]> wrote: > Import and export admin panel added using product_db code. > > 1. cd ..lib/python2.7/site-packages/cartridge/shop/templates/admin > 2. mkdir import_export > 3. copy the following attached files to above directory > 3.1. base.html > 3.2 change_list.html > 3.3 change_list_import_export.html > 3.4 export.html > 3.5 import.html > 4. replace ..lib/python2.7/site-packages/cartridge/shop/admin.py with the > attached admin.py file. > > 5. replace ..lib/python2.7/site-packages/cartridge/shop/forms.py with the > attached forms.py file. > > > 6. python manage.py runserver > > 7. go to http://127.0.0.1:8000/admin/shop/product/ > > 8. Find import and export as part of admin panel > > 9. Import require parent dir of images to be copied for the product. > 10. So place product images in the above directory before performing an > import. > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" 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. > -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" 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.
