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
256 stars 80 forks source link

Update urls.py for Django 1.10 #82

Closed jeffcjohnson closed 7 years ago

jeffcjohnson commented 7 years ago

patterns was removed from django.conf.urls and views must imported instead of string names.