Skip to main content

A Django app for Stripe

Project description

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)

History

0.1.3 (2013-08-7)

  • Added account view

  • Added Customer.get_or_create method

  • Added djstripe_sync_customers management command

  • sync file for all code that keeps things in sync with stripe

  • Use client-side JavaScript to get history data asynchronously

  • More user friendly action views

0.1.2 (2013-08-6)

  • Admin working

  • Better publish statement

  • Fix dependencies

0.1.1 (2013-08-6)

  • Ported internals from django-stripe-payments

  • Began writing the views

  • Travis-CI

  • All tests passing on Python 2.7 and 3.3

  • All tests passing on Django 1.4 and 1.5

  • Began model cleanup

  • Better form

  • Provide better response from management commands

0.1.0 (2013-08-5)

  • First release on PyPI.

Project details


Release history Release notifications | RSS feed

This version

0.1.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dj-stripe-0.1.3.tar.gz (16.5 kB view details)

Uploaded Source

File details

Details for the file dj-stripe-0.1.3.tar.gz.

File metadata

  • Download URL: dj-stripe-0.1.3.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dj-stripe-0.1.3.tar.gz
Algorithm Hash digest
SHA256 110d83dcb559b94a2cc3e0eeed24037e2916098b27d82834e3e2906f1d7e8e8d
MD5 c6ff065b4e560636356dfecd90446549
BLAKE2b-256 031d0951013945a071f1d03e0d511025f191dfd130f9a12d6c27d4bd40228ec4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page