Changes between Initial Version and Version 1 of Ticket #24038, comment 2


Ignore:
Timestamp:
Dec 21, 2014, 7:38:29 PM (9 years ago)
Author:
Markus Holtermann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24038, comment 2

    initial v1  
    33Furthermore 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.
    44
    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-model
     5I 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
Back to Top