Skip to main content

DjaoDjin SaaS implementation

Project description

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](http://djaodjin-saas.readthedocs.org/)

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](https://stripe.com/):

  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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djaodjin-saas-0.1.7.tar.gz (88.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page