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 put this data would be in the $siteroot/auth/sql/ folder - as auth is the application name, and this would match the location for my own applications initial sql ($siteroot/myapp/sql/). 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? :-) Thanks, --Jon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---