El domingo, 14 de octubre de 2012 15:56:05 UTC-3, Bill Thayer escribió: > > I tried your patch but the tables were not defined. Is my db.py code > correct? The commented out code causes an error<type > 'exceptions.AttributeError'>('DAL' object has no attribute 'wiki_media') > but when commented out the appadmin displays all the tables except the > wiki_ tables. >
I think this command is missing: # after auth.settings.extra_fields ... auth.wiki(resolve=False) Without that line, the tables will not be available within the controller or the model --