Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
GNU General Public License v2.0
255
stars
81
forks
source link
Update urls.py for Django 1.10 #82
Closed
jeffcjohnson closed 7 years ago
patterns was removed from django.conf.urls and views must imported instead of string names.