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

Impossible to use custom user model in Django 1.7 due to AppRegistryNotReady exception #9

Open
ramusus opened this issue Oct 24, 2014 · 2 comments

Comments

@ramusus
Copy link
Owner

ramusus commented Oct 24, 2014

Impossible to use custom user model in Django 1.7 due to AppRegistryNotReady exception:

django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet.
@1337
Copy link

1337 commented Dec 16, 2014

Django 1.7 has html email support though. Do you need to support this package beyond 1.6?

@ramusus
Copy link
Owner Author

ramusus commented Dec 17, 2014

Yes, I need below 1.6.
In Django 1.7 can I use html templates for all emails? Even in case of using third party apps, that provide only txt templates? Can I substitute these built-in txt templates with my own html versions? That was the main purpose of this app.

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

2 participants