Yes this is a bug. The problem is that all the auth_* table are always
there if define auth_user. So by listing it, you get a duplicate and
that creates problems.

On Apr 11, 10:56 am, Keith Pettit <[email protected]> wrote:
> I wanted to try the Wizard out.  Very kick ass by the way.  But I found a
> bug.
>
> I wanted a group table so I specified a "auth_group" table.  I added group
> onto auth_user as well.   That caused it so I got all sorts of errors in the
> created app.  Any page I would go to I would see " KeyError: 't_auth_group'"
>
> To get rid of it I had to go through and remove any reference of auth_group
> from the model, controller, etc.  I'm not sure why I had that problem.  But
> it would have been nice if the Wizard could have caught it before.   I still
> have no idea if it was the table name, me adding that field to auth_user or
> if it was something else that caused the problem.
>
> Either way it was a minor annoyance and regardless the wizard saved
> me allot of work in creating all the CRUD stuff.
>
> Thanks,
>
> Keith

Reply via email to