box2d-closure-compiled

Code has been moved to thinkpixellab/pl


Install
bower install box2d-closure-compiled

Documentation

dj-stripe

https://badge.fury.io/py/dj-stripe.png https://travis-ci.org/pydanny/dj-stripe.png?branch=master https://pypip.in/d/dj-stripe/badge.png

A Django app for Stripe

Documentation

The full documentation is at http://dj-stripe.rtfd.org.

Quickstart

Install dj-stripe:

pip install dj-stripe

settings.py:

# settings.py
INSTALLED_APPS +=(
    "djstripe",
)

urls.py:

url(r'^stripe/', include('djstripe.urls', namespace="djstripe")),

Run the commands:

python manage.py syncdb

python manage.py djstripe_init_customers

python manage.py djstripe_init_plans

Running Tests

pip install -r requirements_text.txt
python runtests.py

Features

  • Subscription management
  • Works with Django 1.5, 1.4
  • Works with Python 3.3, 2.7, 2.6
  • Dead-Easy installation (Done, just needs documentation)
  • Single-unit purchases (forthcoming)