Skip to content

Level-Up/django-ponypusher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pony Pusher

Thin wrapper for python pusher library allows you to send ad-hocs events or Django model fields to Pusher app.

Installation

python setup.py install

Configuration

Add the following entries to your Django projects settings.py

PUSHER_APP_ID = 'YOUR_PUSHER_APP_ID'
PUSHER_KEY = 'YOUR_PUSHER_KEY'
PUSHER_SECRET = 'YOUR_PUSHER_SECRET'

Usage

From you project's django shell

>>> from ponypusher.ponypusher import PushMe
>>> help(PushMe)

About

thin wrapper of python pusher library for pusher app http://pusher.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages