Doing a new install of Satchmo with South in INSTALLED_APPS from the start, 
I did:

manage.py syncdb
manage.py migrate

got me:
 > custom:0001_split
FATAL ERROR - The following SQL query failed: ALTER TABLE 
"product_customproduct_id_seq" RENAME TO "custom_customproduct_id_seq";
The error was: relation "product_customproduct_id_seq" does not exist

 > configurable:0001_split
FATAL ERROR - The following SQL query failed: ALTER TABLE 
"product_configurableproduct_id_seq" RENAME TO 
"configurable_configurableproduct_id_seq";
The error was: relation "product_configurableproduct_id_seq" does not exist

FATAL ERROR - The following SQL query failed: ALTER TABLE 
"product_productvariation_id_seq" RENAME TO 
"configurable_productvariation_id_seq";
The error was: relation "product_productvariation_id_seq" does not exist


I dropped the db (to start over) and did:
manage.py syncdb --all
manage.py migrate --all --fake

Error free.

I don't see "product_customproduct_id_seq" nor 
"custom_customproduct_id_seq" in the database, though (or the other ones 
that had errors related). Everything *seems* to be ok, but it makes me 
nervous.

What's up with this situation?

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to satchmo-users+unsubscr...@googlegroups.com.
To post to this group, send email to satchmo-users@googlegroups.com.
Visit this group at http://groups.google.com/group/satchmo-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to