Metadata-Version: 1.1
Name: django-scarface
Version: 1.0
Summary: Send push notifications to mobile devices using Amazon SNS.
Home-page: http://www.dreipol.ch/
Author: dreipol GmbH
Author-email: dev@dreipol.ch
License: MIT License
Description: django-scarface
        ===============
        
        Send push notifications to mobile devices using Amazon SNS
        
        Setup
        -----
        You can install Scarface directly from pypi using pip::
        
        	$ pip install django-scarface
        
        
        Edit your settings.py file::
        
        	INSTALLED_APPS = (
        		...
        		"scarface",
        	)
        
        
        Native Django migrations are supported on Django 1.7 and beyond. The app will automatically
        fall back to South on older versions, however you will also need the following setting::
        
        	SOUTH_MIGRATION_MODULES = {"scarface": "scarface.migrations"}
        	
        
        Project Home
        ------------
        https://github.com/dreipol/django-scarface
        
        PyPi
        ------------
        https://pypi.python.org/pypi/django-scarface
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
