django-ios-notifications

Makes it easy to send push notifications to iOS devices
Download

django-ios-notifications Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Stephen Muss
  • Publisher web site:
  • https://github.com/stephenmuss/

django-ios-notifications Tags


django-ios-notifications Description

django-ios-notifications is a Django app that makes it easy to send push notifications to iOS devices.InstallationYou can install with pip: `pip install django-ios-notifications`.You then need to add `ios_notifications` to `INSTALLED_APPS` in your settings file.If you want to use the API for registering devices you will also need to make the appropriate changes to your urls file:```pythonurlpatterns = patterns('', ... url(r'^ios-notifications/', include('ios_notifications.urls')), ...)```After that you will need to run `./manage.py syncdb` to create the database tables required for django-ios-notifications.Package DocumentationProduct's homepage


django-ios-notifications Related Software