The reason for this is that kay monkey patches the db.Model class. I'm
assuming that if you are getting this
error you are running an application that is not a kay application
(i.e. not using kay's main method).e
You need to add the following code to the top of the main module of your app:
import kay
kay.setup()
After that it should patch the db.Model class and work for you.
Thanks,
Ian
> --
> You received this message because you are subscribed to the Google Groups "kay-users" group.
> To post to this group, send email to kay-...@googlegroups.com.
> To unsubscribe from this group, send email to kay-users+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/kay-users?hl=en.
>
>
--
Ian