Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praneethkarnena/django-stripe
A simple Django project to implement Stripe payments.
https://github.com/praneethkarnena/django-stripe
Last synced: about 2 months ago
JSON representation
A simple Django project to implement Stripe payments.
- Host: GitHub
- URL: https://github.com/praneethkarnena/django-stripe
- Owner: PraneethKarnena
- Created: 2021-03-15T12:12:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:07:16.000Z (about 2 years ago)
- Last Synced: 2024-04-17T00:59:19.473Z (9 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django & Stripe Payments
A simple Django project to demonstrate the features of Stripe payments.
## Run project
* Move `stripe_payments/.env.example` to `stripe_payments/.env`
* Make migrations: `python manage.py migrate`
* Run server: `python manage.py runserver`