Re: Error installing permissions superuser when a userprofile has been defined

2011-03-23 Thread Jason Culverhouse
On Mar 23, 2011, at 4:25 AM, Malcolm Box wrote: > Further investigation: looks like it's a South/syncdb interaction. The > UserProfile will be created by the south migration, but of course that > hasn't run when the auth post_install runs to prompt for a superuser. > > Sadly syncdb --migrate doe

Re: Error installing permissions superuser when a userprofile has been defined

2011-03-23 Thread Malcolm Box
Further investigation: looks like it's a South/syncdb interaction. The UserProfile will be created by the south migration, but of course that hasn't run when the auth post_install runs to prompt for a superuser. Sadly syncdb --migrate doesn't do the right thing either. For now, I'm just creating