A Django app for Stripe
Project description
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
TODO
History
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
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.1.tar.gz
(14.4 kB
view details)
File details
Details for the file dj-stripe-0.1.1.tar.gz
.
File metadata
- Download URL: dj-stripe-0.1.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8421028ef0f5c4b36074f62367c5c9bfe0776f6d4ea7c37798593ab424c4d71a |
|
MD5 | bc5fd74b428facebb542fa1704bddd90 |
|
BLAKE2b-256 | cf338ec70cc42f3036a26c6f48d05caac6c3637d3351183b106fe43c66e63a75 |