We recently added this column to the database but I haven't updated the
sample db's included with it. Sorry about that.

If you start a new application from scratch (as the docs tell you to), then
you will be ok.

The other option is to modify the database to include the is_active flag.
This sql should work -

alter table product_category add column is_active boolean default True;


-Chris



On Mon, Aug 17, 2009 at 11:26 PM, neridaj <[email protected]> wrote:

>
> I just installed satchmo and was trying to demo some of the projects
> and I'm getting this error when trying to run satchmo/projects/simple.
> I'm not used to running sqlite3 so I'm not sure if I need to create a
> database beforehand like with mysql but I'm not getting any connection
> errors so I don't think so.
>
> Caught an exception while rendering: no such column:
> product_category.is_active
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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