Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`