ramusus / django-email-html

Application for switching from Django plain-text emails to html emails with 2 bodies: html and plain-text, generated automatically from html
BSD 3-Clause "New" or "Revised" License
20 stars 12 forks source link

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

Open ramusus opened 9 years ago

ramusus commented 9 years ago

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

django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet.
1337 commented 9 years ago

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

ramusus commented 9 years ago

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.