When I add this plugin to my existing app, following the instructions

3.Under ‘upload plugin file’, select the
web2py.plugin.instant_admin.w2p file you just downloaded and click on
upload.
4.Visit http://127.0.0.1:8000/your_app/plugin_instant_admin/welcome.
(Replace your_app with the name of the app where you uploaded the
plugin)

I get

Traceback (most recent call last):
 File "D:\web2py\gluon\restricted.py", line 192, in restricted
    exec ccode in environment
File "D:/web2py/applications/images/models/plugin_wiki.py", line 59,
in <module>
    Field('role',db.auth_group,  File "D:\web2py\gluon\dal.py", line
4251, in __getattr__
    return self[key]
File "D:\web2py\gluon\dal.py", line 4245, in __getitem__
    return dict.__getitem__(self, str(key))

KeyError: 'auth_group'


Thanks
Peter

Reply via email to