Changes between Version 7 and Version 8 of ExtendedUserModel
- Timestamp:
- Feb 20, 2007, 6:07:21 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExtendedUserModel
v7 v8 2 2 3 3 '''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 5 Also look at the DjangoBook chapter 12: http://www.djangobook.com/en/beta/chapter12/ for more information about extending the User Model in current versions. 4 6 5 7 On 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.