Metadata-Version: 1.1
Name: django-mp-sms-templates
Version: 1.0
Summary: SMS templates app
Home-page: https://github.com/pmaigutyak/mp-sms-templates
Author: Paul Maigutyak
Author-email: pmaigutyak@gmail.com
License: MIT
Download-URL: https://github.com/pmaigutyak/mp-sms-templates/archive/1.0.tar.gz
Description: # MP-SMS-Templates
        
        ### Installation
        
        Install with pip:
        
        ```
        pip install django-mp-sms-templates
        ```
        
        Add turbosms to settings.py:
        ```
        INSTALLED_APPS = [
            'sms_templates',
        ]
        ```
        
Platform: UNKNOWN
