On Tuesday, April 19, 2011 3:07:25 PM UTC-4, Keith Pettit wrote:
>
> I appreciate the help. I'll give the plugin a try and read through the
> docs you suggested.
>
> One note. auth_user was in db.py if I created a "New simple application"
> or went through the "New Application Wizard". Which I is part of what was
> confusing me.
>
Hmm, what version are you using? On 1.94.6, when I use "New simple
application", it does NOT include a custom table definition for auth_user in
db.py (it simply copies the 'welcome' app, which doesn't include a custom
'auth_user' either). However, the "New Application Wizard" does generate a
custom auth_user table.
Anthony