I think the best way to avoid this is to define custom auth tables and then set them to migrate=false.
Richard On Tue, Mar 27, 2012 at 1:40 PM, Bruce Wade <[email protected]> wrote: > Tried fake_migrate_all which allowed the page to loaded. However now when > I try to login I get an error that auth_user.username doesn't exist. When I > go to the database administration in admin, I get the following error when > clicking on auth_user, > > <class 'psycopg2.InternalError'> current transaction is aborted, commands > ignored until end of transaction block > > On Tue, Mar 27, 2012 at 10:27 AM, Bruce Wade <[email protected]> wrote: > >> How do I do a fake_migrate with the auth table so I don't get the following >> error? I know the table exists already I just pushed some major changes to >> my server and now when I run the app I get the tables already exists error. >> I really don't want to have to delete that table again, consider I have >> hundred people testing the site.. >> >> relation "auth_group" already exists >> >> >> -- >> -- >> Regards, >> Bruce Wade >> http://ca.linkedin.com/in/brucelwade >> http://www.wadecybertech.com >> http://www.warplydesigned.com >> http://www.fitnessfriendsfinder.com >> > > > > -- > -- > Regards, > Bruce Wade > http://ca.linkedin.com/in/brucelwade > http://www.wadecybertech.com > http://www.warplydesigned.com > http://www.fitnessfriendsfinder.com >

