Hi, > I have checked it It does not exist in database. As I can recall, the only thing I did to create it in database in the site I am building now, is what Josh B wrote : - adding the EXTRA_MODEL_FIELDS definition for callback_uuid - running schemamigration in the way Stephen advices here : http://mezzanine.jupo.org/docs/model-customization.html#field-injection-caveats - running python manage.py migrate myapp
> > I've found another thing... > This time I have installed everything in new envelope and instead of doing > createdb --noinput > after mezzanine-project -a cartridge project_name > I have added payment settings to settings.py and then did run createdb > --noinput > now what i have is the the regular /shop/checkout/ so the column exists this time, right ? > Changing strings like SHOP_CHECKOUT_STEPS_SPLIT = True > does have effect but still I can't see my payments with its google wallet / > paypal options > There must be something wrong with adding things to database I dont think this is database related, you should check your configuration, form and templates. regards, Luc > > On 23 Jan 2014, at 20:32, Luc Milland <[email protected]> wrote: > > > Hello, > > does the column exist in the database or not ? > > Message suggest it does not, but did you check it ? If not, I guess > > something went wrong with the migration. > > > > Luc > > > > Le jeudi 23 janvier 2014 à 11:26 -0800, [email protected] a > > écrit : > >> After many many tries I am still getting same error > >> > >> Can anyone help? > >> > > > > > > -- > > You received this message because you are subscribed to a topic in the > > Google Groups "Mezzanine Users" group. > > To unsubscribe from this topic, visit > > https://groups.google.com/d/topic/mezzanine-users/74fj6_KXAFE/unsubscribe. > > To unsubscribe from this group and all its topics, send an email to > > [email protected]. > > For more options, visit https://groups.google.com/groups/opt_out. > -- 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/groups/opt_out.
