mamcxyz wrote: > Pay attention to this hack: > > dispatcher.disconnect(create_superuser, sender=auth_app, > signal=signals.post_syncdb)
Hey, what a cool idea. I resorted to redirect sys.stdin to skip superuser creation. Could it be that you call this for each unit test? Than it's bound to fail for all but the first one. Just either do it only once or catch and ignore the exception. Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

