Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (35 loc) · 994 Bytes

index.rst

File metadata and controls

42 lines (35 loc) · 994 Bytes

Django + Stripe Made Easy

  • Subscription management
  • Subscription during registration
  • Single-unit purchases
  • Works with Django >= 1.10
  • Works with Python 3.5, 3.4, 2.7
  • Works with Bootstrap 3
  • Built-in migrations
  • Dead-Easy installation
  • Leverages in the best of the 3rd party Django package ecosystem.
  • djstripe namespace so you can have more than one payments-related app.
  • Documented (Making good progress)
  • Tested (100% coverage)

Contents

.. toctree::
   :maxdepth: 2

   installation
   usage
   models
   settings
   cookbook
   contributing
   authors
   history

Constraints

  1. For stripe.com only
  2. Only use or support well-maintained third-party libraries
  3. For modern Python and Django