On 9/14/06, Henhiskan <[EMAIL PROTECTED]> wrote: > > Hi fellows, > > How can I run manage.py syncdb without ask me for a user admin. > I try with manage.py syncdb --noinput but didn't work.
Hi Richard I just tried this; both manage.py syncdb --noinput manage.py --noinput syncdb work fine for me. The most obvious reason that I can think of that it might not work is your Django version; are you running a recent SVN checkout, or a 0.91/0.95 drop? --noinput is only available on an SVN checkout at r3661 or greater. --noinput is NOT available in the 0.91 or 0.95 release. If this isn't the problem: can you provide any more details of your setup (OS, Django version, etc). Also, if you're feeling investigative, can you put some debug into django/core/management.py to trace where the option isn't getting picked up? Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---