Hi,
W.r.t Product_db command i tried the following with single django pony 
sample data loaded with createdb.
1. python manage.py product_db --export cur.csv
2. Deleted the single django product using admin panel manualy so that 
there wont be any issues with indexing or sku.
3. python manage.py product_db --import cur.csv  
    
The errors observed are,
  1. Additional empty shop category gets created as the field for 
subcategory is blank in csv.
  2. There seems to issues with image path. Probaly i have to adust the 
following parametes for this in product_db.py
      LOCAL_IMAGE_DIR, 
      SITE_MEDIA_IMAGE_DIR
      PRODUCT_IMAGE_DIR
or probaly some documnetation on what values should be set should help.


I also tried django-import-export util by following the example mentioned 
in read docs
1. I was able to see admin panel having import and export options.,
2. Export of data was succesfull.
3. Import was successful was sucessfull but database was corrupted.

Probaly i need an understanding of mandatory fields required to add a 
product to make this work.


Thanks,
Sathish Anton. A
              
    

On Saturday, April 30, 2016 at 9:30:55 PM UTC+5:30, Eduardo Rivas wrote:
>
> What have you tried so far? What errors are you getting? 
>

-- 
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.

Reply via email to