django-timepiece icon indicating copy to clipboard operation
django-timepiece copied to clipboard

Swappable user model

Open jayvdb opened this issue 4 years ago • 2 comments

Many models fail if the project has swapped in a new user model

timepiece.UserProfile.user: (fields.E301) Field defines a relation with the model 'auth.User', which has been swapped out.
        HINT: Update the relation to point at 'settings.AUTH_USER_MODEL'

jayvdb avatar Sep 11 '20 03:09 jayvdb