I was using the following db.py (http://pastie.textmate.org/2389614)
and db_auth.py (http://pastie.textmate.org/2389616) files in a project
successfully in 1.95.*.  When I upgraded to 1.97 and now 1.98 I get
the following error (http://dumpr.info/v/2kc) whenever I try to load a
page in the application.  If I add migrate=False to the declaration of
the custom auth_user table, then the line where I invoke
"auth.define_tables()" throws an error claiming that auth_group
already exists.

Has the declaration mechanism for auth changed since 1.95? Does anyone
have an idea what might be going on?

--Greg

Reply via email to