Changes between Version 7 and Version 8 of ExtendedUserModel


Ignore:
Timestamp:
Feb 20, 2007, 6:07:21 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExtendedUserModel

    v7 v8  
    22
    33'''This example is based on an outdated version of Django and will no longer work with the current development version at all due to changes in subclassing and the removal of the 'replaces_module' option. A separate way of dealing with this problem which works in both older and current versions of Django is detailed here: http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model'''
     4
     5Also look at the DjangoBook chapter 12: http://www.djangobook.com/en/beta/chapter12/ for more information about extending the User Model in current versions.
    46
    57On the Django IRC channel, I was helped through some resources for replacing the auth systems's User model with my own extended version. Here are the notes I made. Note that it was 2:30 am local time, beware hacker fatigue syndrome.
Back to Top