Code has been moved to thinkpixellab/pl
Homepage Repository JavaScript
bower install box2d-closure-compiled
A Django app for Stripe
The full documentation is at http://dj-stripe.rtfd.org.
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
pip install -r requirements_text.txt python runtests.py