8000 GitHub - fanout/django-fanout: Fanout.io library for Django
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

fanout/django-fanout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Fanout

Author: Justin Karneges justin@fanout.io

Fanout.io library for Python/Django.

Requirements

  • fanout

Install

You can install from PyPi:

sudo pip install django-fanout

Or from this repository:

sudo python setup.py install

Sample usage

Put your Fanout.io credentials in settings.py:

FANOUT_REALM = 'my-realm-id'
FANOUT_KEY = 'my-realm-key'

Then you can publish JSON objects from anywhere in your project:

import django_fanout as fanout

fanout.publish('some-channel', 'hello')

About

Fanout.io library for Django

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0