Are you trying to initialize the plugin in db.py? If so, then the problem is that db.py is being read before plugin_ckeditor.py (web2py loads models in alphabetical order). So what I usually do is make a tables.py model where I define my tables. You can initialize the plugin in this file, as it will be loaded after the plugin's model.
- [web2py] Re: New Plugin: plugin_ckeditor tomt
- Re: [web2py] Re: New Plugin: plugin_ckeditor António Ramos
- Re: [web2py] Re: New Plugin: plugin_ckeditor Marin Pranjic
- Re: [web2py] Re: New Plugin: plugin_ckeditor Tito Garrido
- Re: [web2py] Re: New Plugin: plugin_ckedit... Ross Peoples
- Re: [web2py] Re: New Plugin: plugin_ckeditor António Ramos
- Re: [web2py] Re: New Plugin: plugin_ckeditor Ross Peoples

