dj-stripe 2.8.4
0
Django + Stripe made easy
Contents
Django + Stripe made easy
Stars: 1619, Watchers: 1619, Forks: 484, Open Issues: 75The dj-stripe/dj-stripe
repo was created 11 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1619 github stars!
How to Install dj-stripe
You can install dj-stripe using pip
pip install dj-stripe
or add it to a project with poetry
poetry add dj-stripe
Package Details
- Author
- Alexander Kavanaugh
- License
- MIT
- Homepage
- https://dj-stripe.dev
- PyPi:
- https://pypi.org/project/dj-stripe/
- Documentation:
- https://dj-stripe.dev/dj-stripe/
- GitHub Repo:
- https://github.com/dj-stripe/dj-stripe
Classifiers
- Office/Business/Financial
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common dj-stripe errors.
Code Examples
Here are some dj-stripe
code examples and snippets.
GitHub Issues
The dj-stripe package has 75 open issues on GitHub
- Sqlite3 database is locked error
- Error while subscription sync_from_stripe_data
- Webhook events for database-stored webhooks seem to be processed using the API key stored in environment
- Fix flake8 errors
- Create a way to migrate legacy JSONField text columns
- Replace WEBHOOK_EVENT_CALLBACK with a signal
- checkout.session.completed and customer.subscription.created failing
- Unable to subscribe a customer in 2.6.0c1
- Update and Fix Formatting Issues
- Updated SubscriptionSchedule Model
- Added Support for SourceTransaction model
- Made get_remote_ip func swappable by exposing a new setting
- Added Support for Subscriptionitem proration_behavior
- Added Support for Subscription proration_behavior
- Added Support for Subscription Pauses