you can do auth.define_tables(fake_migrate = True)
On Tuesday, March 27, 2012 12:27:21 PM UTC-5, Detectedstealth 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 >

