/django-push

PubSubHubbub support for Django

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Django-PuSH

Build Status

PubSubHubbub support for Django

Usage

The documentation is available on ReadTheDocs.

Contributing

  • The project is on github: http://github.com/brutasse/django-push

  • To setup a development environment, run:

    mkvirtualenv django-push
    pip install -r requirements.txt
    

    Then run the tests:

    python setup.py test