Hello all:

While working on my current project we end-up developing some re-
usable django app and I hope some of you will find it useful and maybe
even contribute some patch :) Currently it only supports PayPal using
django-paypal. To get everyone started we have put together a django-
saas-kit a complete app with sample data so it runs on a local box.

django-saas-kit
============
django SAAS kit is an example Django project integrating
django-subscription and django-muaccount applications to achieve
multi-user accounts with custom domain, that are characteristic for
Software As A Service-type (SAAS) services.

http://github.com/CrowdSense/django-saas-kit/tree/master

django-subscriptions
================
django-subscription is an application for handling PayPal-based pay
subscriptions. Module does not handle explicit permissions; instead,
subscribed user are automatically added to predefined groups using
`django.contrib.auth' application. It needs django-paypal application
available at [http://github.com/johnboxall/django-paypal/] for
handling
payments.

http://github.com/CrowdSense/django-subscription/tree/master

django-prepaid
============
django-prepaid is a low-level Django application to support prepaid
service functionality. User can purchase a pack of `units' (it is up
to project to define meaning of units, but think prepaid phone service
and calling minutes to see the desired meaning). Every pack has an
expiry date, defaulting to `settings.PREPAID_DEFAULT_EXPIRY_PERIOD'
days, if set. Units are available until the expiry date, and user can
have multiple unit packs with different number of units and expiry
dates at the same time. Units can be consumed; they are substracted
from valid (not expired) packs' quantities, starting from pack that
has nearest expiry date.

http://github.com/CrowdSense/django-prepaid/tree/master

django-muaccounts
===============
django-muaccounts is an application for multi-user accounts within
a Django project, accessible on separate domains, to use
in software-as-a-service projects.

http://github.com/CrowdSense/django-muaccounts/tree/master

Feedback are welcome.

- Zed

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to