I think you are using auth but are not running
auth.define_tables()
On May 6, 11:03 am, Marcelo Martinez wrote:
> reason to remove the tables is because I get the following error:
>
> ('NoneType' object has no attribute 'insert
> ')
>
> an attachment is the picture with the error.
>
> Once you
I believe this will do it although I have not tested:
# ## if none, they will be created
settings.table_group = True
settings.table_membership = True
settings.table_permission = True
settings.table_event = True
I usually just ignore them. One thing I do is
2 matches
Mail list logo