Re: To run manage.py syncdb without being prompted to create a superuser

2009-05-05 Thread Malcolm Tredinnick
On Tue, 2009-05-05 at 10:21 -0700, bconnors wrote: > I'm looking at How to run manage.py syncdb without being prompted to > create a superuser > > at > http://code.djangoproject.com/wiki/CookBookScriptsNoSuperUserSyncdb > > >>> from django.core import ma

To run manage.py syncdb without being prompted to create a superuser

2009-05-05 Thread bconnors
I'm looking at How to run manage.py syncdb without being prompted to create a superuser at http://code.djangoproject.com/wiki/CookBookScriptsNoSuperUserSyncdb >>> from django.core import management >>> from django.dispatch import dispatcher >>> from djang