Re: Run manage.py syncdb without auth prompt

2012-06-12 Thread Robert Steckroth
Perfect, and I appreciate your your time. On Tue, Jun 12, 2012 at 11:02 PM, Russell Keith-Magee wrote: > On Wed, Jun 13, 2012 at 10:00 AM, Robert Steckroth > wrote: >> Hey Gang, I need to install the auth system but have Django answer >> "no" automatically for the super user creation. This happ

Re: Run manage.py syncdb without auth prompt

2012-06-12 Thread Russell Keith-Magee
On Wed, Jun 13, 2012 at 10:00 AM, Robert Steckroth wrote: > Hey Gang, I need to install the auth system but have Django answer > "no" automatically for the super user creation. This happens when a --> > python manage.py syncdb <- is run for the first time on a project. > Should I alter the manage.

Run manage.py syncdb without auth prompt

2012-06-12 Thread Robert Steckroth
Hey Gang, I need to install the auth system but have Django answer "no" automatically for the super user creation. This happens when a --> python manage.py syncdb <- is run for the first time on a project. Should I alter the manage.py script? If, not, where should I look to accomplish this? -- Bu