Skip to content

ikebrown/django-stripe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-stripe

Use this project/app to integrate Django and Stripe with a simple user registration.

  • Django==1.5.1
  • South==0.8.1
  • py-bcrypt==0.3
  • requests==1.2.3
  • stripe==1.9.2
  • wsgiref==0.1.2

Setup

  1. clone the repo
  2. setup/activate a virtualenv
  3. install the requirements
  4. update the rdms (sqlite, mysql, postgres)
  5. sync the db / setup a superuser
  6. update your stripe api keys
  7. update stripe subscription plan in payments/views.py

Todo

  1. setup support for one time payments (based on recurring model right now)
  2. create better documentation
  3. add unit tests

Screenshot

djang-stripe

Project structure

├── manage.py
├── payments
│   ├── __init__.py
│   ├── admin.py
│   ├── forms.py
│   ├── models.py
│   ├── tests.py
│   └── views.py
├── project_name
│   ├── __init__.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
├── static
│   ├── application.js
│   ├── jquery.js
│   ├── jquery.min.js
│   └── jquery_ujs.js
├── templates
│   ├── base.html
│   ├── cardform.html
│   ├── edit.html
│   ├── errors.html
│   ├── field.html
│   ├── home.html
│   ├── register.html
│   ├── sign_in.html
│   └── user.html
└── test.sqlite

About

Django + Stripe + User Registration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages