Changes between Initial Version and Version 1 of Ticket #24038, comment 2
- Timestamp:
- Dec 21, 2014, 7:38:29 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24038, comment 2
initial v1 3 3 Furthermore you are using an internal Django API (swappable models) that isn't supported except for the User model in migrations. Apart from that, your settings.AUTH_USER_MODEL is used by two models (contrib.auth and your app) which is never going to work, if I'm not completely mistaken. 4 4 5 I recommend to have a look at the docs on how to extend the user model: https://docs.djangoproject.com/en/1.7/topics/auth/customizing/#substituting-a-custom-user-model5 I recommend to have a look at the docs on how to extend the user model: https://docs.djangoproject.com/en/1.7/topics/auth/customizing/#substituting-a-custom-user-model