LPgenerator / django-db-mailer

Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
https://github.com/LPgenerator/django-db-mailer
GNU General Public License v2.0
255 stars 81 forks source link

Update admin.py #37

Closed novoxd closed 8 years ago

novoxd commented 8 years ago

fix django 1.9

gotlium commented 8 years ago

вопрос: а разве dev ветка не работает? тот же код уже есть. зачем удалять существующий, и писать свое? надо как минимум исправить существующую функцию. но получается вы ее повторили.

https://github.com/novoxudonoser/django-db-mailer/blob/785ad7788ddb114be8bbe7fe3b8671fa0cc17560/dbmail/__init__.py#L212

from django.apps import apps

def _get_model(*args, **kwargs):
    return apps.get_model(*args, **kwargs)