What I've read, tgext.crud.controller replaced Catwalk? So I followed the example here: http://turbogears.org/2.1/docs/main/Extensions/Crud/index.html?highlight=moviecontroller
But I get "ProviderTypeSelectorError: Entity <class 'pkg.model.core.Mosque'> has no known provider mapping." Sprox.tablebase is trying. It goes looking in the right place in my model but no provider. The only difference is I'm not using plain Declaritive method, I use Elixir. So where does the provider come from? Do I need "from sqlalchemy.orm import mapper" ? Can I mix Elixir and Declaritive and Sprox still work? -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

