django-timepiece
django-timepiece copied to clipboard
Swappable user model
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'