I am trying to implement Apple Push Notification using python and django.
i am using following library to implement it
http://leepa.github.com/django-iphone-
Try to use PyAPNs from
https://github.com/simonwhitaker/PyAPNs
or
pip install apns
And be sure to fetch the APNs certificate and key from iOS provisioning portal, install and convert them to .pem files following this guide:
http://jainmarket.blogspot.com/2009/11/generate-apple-push-notification.html
This library is quite strait-forward.