I also had to rename discount_discount_validProducts. mysql: rename table `discount_discount_validProducts` to `product_discount_validProducts`;
On Jan 5, 2:30 pm, Nathan Ekstrom <[email protected]> wrote: > Great work Bruce. For those who use Postgres the wiki doesn't have > the commands for renaming the sequences as well. Here they are: > > alter sequence discount_discount_id_seq rename to > product_discount_id_seq; > alter sequence configuration_setting_id_seq rename to > livesettings_setting_id_seq; > alter sequence configuration_longsetting rename to > livesettings_longsetting_id_seq; > > I put this in as ticket 689 as well. > > On Jan 1, 11:14 pm, "Bruce Kroeze" <[email protected]> wrote: > > > I have just merged the module-reorg branch to trunk. > > Please, refer to this page to see the steps you'll need to take to update > > your store if you are going to stay on > > trunk:http://www.satchmoproject.com/trac/wiki/BackwardsIncompatibleChangesA... > > > There are many improvements in this new revision: > > - many fewer dependencies between apps. > > - most of the non-core apps use the newapp_plugins(a required external > > app) to provide their functionality, which means you should not run into > > problems when you turn them off. > > - much more logical and usable app structure > > - clearer dependencies > > - a new "projects" directory, which *works from checkout*. That means you > > can go to projects/simple, type ./manage.py runserver and have a working > > example with no configuration needed. > > - templates are no longer in one directory, they live with their apps, as is > > appropriate and a standard Django best-practice. > > - many templates were renamed for clarity, and moved from generic > > "top-level" directories into the appropriate sub-directories > > > I will do my best to answer upgrade questions, and explain where things have > > moved if that page is confusing. It's a big deal, almost every file has > > been touched. Luckily, there are very few SQL changes. > > > I'm obviously proud of this work, and I think it will provide an excellent > > base for us moving forward. > > -- > > Bruce Kroezehttp://gosatchmo.com > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
