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

ProfileNotConfigured Error #35

Closed
lyricat opened this issue Jul 18, 2016 · 4 comments
Closed

ProfileNotConfigured Error #35

lyricat opened this issue Jul 18, 2016 · 4 comments

Comments

@lyricat
Copy link

lyricat commented Jul 18, 2016

commit 880a112 causes this issue. rollback to parent d863e39 and it works fine.

I try to trace the problem, and find in mezzanine/accounts/__init__.py, get_profile_model() doesn't get the current settings.

@stephenmcd
Copy link
Owner

The dev version of Drum is built using the dev version of Mezzanine.

@lyricat
Copy link
Author

lyricat commented Jul 18, 2016

But If people build from source of drum, the setup flow will download the production version of Mezzanine(just like what I am doing, follow the instructions from README.md).

Can I add a "AUTH_PROFILE_MODULE" in settings to workaround? I can create a pull request.

@stephenmcd
Copy link
Owner

But If people build from source of drum, the setup flow will download the production version of Mezzanine

That's not strictly true.

@scarygliders
Copy link

Actually, this just happened to me, after I installed drum via pip using this git repo.

So it looks like I have to use the dev version of mezzanine? Allrighty then.

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