django-mp-sms-templates

SMS templates app


License
MIT
Install
pip install django-mp-sms-templates==1.3

Documentation

MP-SMS-Templates

Installation

Install with pip:

pip install django-mp-sms-templates

Add turbosms to settings.py:

INSTALLED_APPS = [
    'sms_templates',
]