django-email-html icon indicating copy to clipboard operation
django-email-html copied to clipboard

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

Open ramusus opened this issue 11 years ago • 2 comments

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

django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet.

ramusus avatar Oct 24 '14 18:10 ramusus

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

1337 avatar Dec 16 '14 17:12 1337

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.

ramusus avatar Dec 17 '14 07:12 ramusus