-
Notifications
You must be signed in to change notification settings - Fork 98
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
Django 1.7 Errors in application #40
Comments
Has anyone found a fix for this? The issue is Another common culprit is django.contrib.auth.get_user_model(). Use the AUTH_USER_MODEL setting to reference the User model at import time. But, not sure how to adjust the code... The error is coming from the file referenced above: line 7 is User = get_user_model() Any ideas how to change the code? |
It's kinkd of late, but I've prevented this error |
…coleifer#40). Fortunately, we don't use any of their hacky things (`user.relationships` like stuff), so I just commented out all of that jazz.
Using this app in django 1.7b4 raises the following error
The text was updated successfully, but these errors were encountered: