Metadata-Version: 1.1
Name: django-calendar-sms
Version: 2.0
Summary: This reusable Django app can help you to send sms via Google Calendar.
Home-page: http://github.com/gotlium/django-calendar-sms
Author: GoTLiuM InSPiRiT
Author-email: gotlium@gmail.com
License: UNKNOWN
Description: CalendarSMS for Django
        ======================
        http://github.com/gotlium/django-calendar-sms
        
        
        What's that
        -----------
        This reusable Django app can help you to send sms via
        Google Calendar (for free) on your project.
        ------------------------------------------
        
        How to use:
        ----------
        1. python setup.py install
        2. Add the 'calendar_sms' application to 'INSTALLED_APPS' in your
            settings file (usually 'settings.py')
        3. Sync database (./manage.py syncdb)
        4. Setup Google Account data for current website on admin panel.
        5. Try to send sms from console ($ ./manage.py shell):
            >>> from calendarsms.calendarsms import sendSMS
            >>> print sendSMS('Hello, World!')
        
        ------------------------------------------
        
        Forked by GoTLiuM InSPiRiT as part of the Django CalendarSMS from calendarSMS.
        calendarSMS Author: vassio <vassio@ukr.net>
        calendarSMS Url: http://codepaste.ru/11229/
        
Keywords: django sms
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
