Django won't update your tables automatically.
After you update satchmo in order to get the new tables and rows you
must drop the old satchmo tables and run manage.py syncdb.
This will create the updated,but empty tables in the database.
Make you sure backup your old satchmo db tables first.

As for showing all the database changes, you can use a command like
manage.py sql product, or manage.py sql shop, etc to see the sql for
each.

Hope this helps


On Oct 30, 8:29 am, Alessandro <[EMAIL PROTECTED]> wrote:
> When updating satchmo, the database will not update.
>
> Is there something that shows all the database changes that should be
> applied to the structure?
>
> --
> Alessandro Ronchi
> Skype: aronchihttp://www.alessandroronchi.net
>
> SOASI Soc.Coop. -www.soasi.com
> Sviluppo Software e Sistemi Open Source
> Sede: Via Poggiali 2/bis, 47100 Forlì (FC)
> Tel.: +39 0543 798985 - Fax: +39 0543 579928
>
> Rispetta l'ambiente: se non ti è necessario, non stampare questa mail
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to