caktus / django-timepiece

A multi-user Django application for tracking people's time on projects.
MIT License
361 stars 112 forks source link

Swappable user model #884

Open jayvdb opened 3 years ago

jayvdb commented 3 years ago

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'