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

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

Error installing permissions superuser when a userprofile has been defined

2011-03-23 Thread Malcolm Box
Hi, I'm running into an error when doing a syncb on a clean DB during the installation of the auth system. I get the normal prompt "You just installed Django's auth system, which means you don't have any superusers defined. Would you like to create one now? (yes/no):" and answer yes. But when