Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: Manager isn't available; 'auth.User' has been swapped for 'account.Account' #39

Open
latest-release opened this issue Sep 16, 2019 · 2 comments

Comments

@latest-release
Copy link

This is the error I got after adding it to my settings.py.
AttributeError: Manager isn't available; 'auth.User' has been swapped for 'account.Account'

The solution is prety simple. But it requires

from django.contrib.auth import get_user_model
User = get_user_model()
@Mkhaywe
Copy link

Mkhaywe commented Dec 30, 2020

so where did you make this changes ? in which file

@goetzk
Copy link

goetzk commented Jul 9, 2021

Looks like its the change proposed in this PR
https://github.com/The-Politico/django-kanban-budget/pull/38/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants