Did you add this to your settings.py?
EXTRA_MODEL_FIELDS = (
# ...
(
"cartridge.shop.models.Order.callback_uuid",
"django.db.models.CharField",
(),
{"blank" : False, "max_length" : 36},
),
# ...
)
If so did you run python manage.py migrate
On Tuesday, January 21, 2014 3:00:55 PM UTC-7, [email protected] wrote:
>
> I am trying to use cartridge-payments
> Have pip installed inside virtualenv
> added settings to settings.py
> but when I am going to checkout I am getting following error:
> OperationalError at /shop/checkout/
> no such column: shop_order.callback_uuid
>
> wondering how to fix it?
>
> Regards
>
> Jaroslaw
>
--
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.