auth.define_tables(migrate=False)
On Aug 13, 9:07 am, David Marko <[email protected]> wrote: > How can I disable migrations for auth models which are created by > auth.define_tables() ? > > David
auth.define_tables(migrate=False)
On Aug 13, 9:07 am, David Marko <[email protected]> wrote: > How can I disable migrations for auth models which are created by > auth.define_tables() ? > > David