Coder Social home page Coder Social logo

marmida / djaodjin-saas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from djaodjin/djaodjin-saas

0.0 2.0 0.0 1.61 MB

Django application for subscription businesses

License: Other

Makefile 0.11% Python 76.00% CSS 2.16% JavaScript 10.24% HTML 11.49%

djaodjin-saas's Introduction

djaodjin-saas is a Django application that implements the logic to support subscription-based Sofware-as-a-Service businesses.

Major Features:

  • Separate billing profiles and authenticated users
  • Double entry book keeping ledger
  • Flexible security framework

Full documentation for the project is available at Read-the-Docs

Development

After cloning the repository, create a virtualenv environment, install the prerequisites, create and load initial data into the database, then run the testsite webapp.

$ virtualenv-2.7 _installTop_
$ source _installTop_/bin/activate
$ pip install -r testsite/requirements.txt
$ make initdb
$ python manage.py runserver

# Browse http://localhost:8000/
# Login with username: donny and password: yoyo

To test payment through Stripe:

  1. Verify the Stripe API version you are using in the Stripe dashboard.

    API Version: 2014-03-28

  2. Add your Stripe keys in the credentials file.

    Authentication with payment provider

    STRIPE_PUB_KEY = "your_stripe_public_api_key" STRIPE_PRIV_KEY = "your_stripe_private_api_key"

Release Notes

  • version 0.1.7 supports Django 1.7 and django-restframework 3.1

djaodjin-saas's People

Contributors

marmida avatar smirolo avatar stephanerob avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.