Re: offline population of django auth user table

2009-05-04 Thread Jeff
Thanks to both of you, both of these answers were very helpful. Jeff On May 2, 10:26 am, Malcolm Tredinnick wrote: > There are a couple of different solutions to this problem. Ultimately, > it comes down to providing the necessary information so that Django can > use your settings to determine

Re: offline population of django auth user table

2009-05-02 Thread Malcolm Tredinnick
On Sat, 2009-05-02 at 09:09 -0700, Jeff wrote: > I'm using Django's authentication. I would like to add several users > through a command-line script (not through code executed via the > website). Something like manage.py createsuperuser but for normal > users and not interactive. I want to be

Re: offline population of django auth user table

2009-05-02 Thread Carl Karsten
On Sat, May 2, 2009 at 11:09 AM, Jeff wrote: > > I'm using Django's authentication.  I would like to add several users > through a command-line script (not through code executed via the > website).  Something like manage.py createsuperuser but for normal > users and not interactive.  I want to be