Changes between Version 1 and Version 2 of ExtendedUserModel
- Timestamp:
- Dec 30, 2005, 11:32:51 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExtendedUserModel
v1 v2 61 61 62 62 }}} 63 64 65 66 = NOTE = 67 If 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