[web2py] Requesting Feedback for Web2py Instant Admin Options

2011-08-02 Thread peter
As I fedback earlier, I get an error message when using it with one of
my apps. So tried the 'radio' app in appliances. It works , but is
empty. So I tried the  online store app from appliances, it blows up
with the following message


Traceback
Traceback (most recent call last):
File "D:\web2py\gluon\restricted.py", line 192, in restricted
exec ccode in environment
File "D:/web2py/applications/estore/models/plugin_instant_admin.py",
line 21, in 
db = databases.values()[0]  # Take only one database for now.
IndexError: list index out of range

This bug should be reproducible by yourself.

Peter


[web2py] Requesting Feedback for Web2py Instant Admin Options

2011-08-01 Thread peter
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 
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