Re: SQL initial data for auth

2006-08-27 Thread Gary Wilson
> Hence, I've put a list of users into my 'auth/sql/User.sql' file, but > ./manage.py syncdb doesn't seem to pick up the existence of the file. > I have no doubt it's in the wrong place, but my question is which is > the correct place? :-) I think the file needs to be placed at django/contrib/aut

SQL initial data for auth

2006-08-27 Thread Jon Atkinson
I'm trying to insert some initial data into the auth application to shorten testing times. I've linked some other tables in my database to the auth_users table, but to test my application I need to create five or so named users after each syncdb, which is a little tiresome. The logical place to p