Re: Extra auth.User fields

2006-01-06 Thread Daemon
I can't get these steps to work and get still get the "AttributeError: 'module' object has no attribute '_MODELS'" error. The patch listed in that thread doesn't seem to be correct (looks the same to me?!) so I'm unsure of how to get it to work. If I remove the "replaces_module" line it all work

Extra auth.User fields

2006-01-03 Thread Alice
I want to do exactly this (add extra fields to the auth.User model): http://groups.google.com/group/django-users/browse_thread/thread/fc7fb879b28533e6/94f66cbaa6a42d6e?q=extending+user+&rnum=1#94f66cbaa6a42d6e But this was posted and answered in August 05 - I have no problem with those steps, bu