Changes between Version 1 and Version 2 of ExtendedUserModel


Ignore:
Timestamp:
Dec 30, 2005, 11:32:51 PM (18 years ago)
Author:
jim-django@…
Comment:

notes about using this with django trunk

Legend:

Unmodified
Added
Removed
Modified
  • ExtendedUserModel

    v1 v2  
    6161
    6262}}}
     63
     64
     65
     66= NOTE =
     67If you're using development django, these steps change a bit.
     68
     69 * you won't need to modify createsuperuser (step 1 above)
     70 * you '''will''' need to change {{{password_md5}}} above to just {{{password}}} anywhere it appears in your model's META - specifically, in {{{admin.fields}}}
     71
Back to Top