On Tuesday, February 19, 2013 10:36:49 PM UTC-5, Mike Dewhirst wrote:
>
> Does anyone know of an annual subscriptions application for Django? 
>

If you aren't looking to handle all the payment processing yourself, 
Stripe<https://stripe.com/>has really good subscription/recurring support.

You'd need to build some functionality on top of that, to handle some of 
the other things you're talking about, but Stripe (or another provider) 
would help handle the subscription billing aspect, and their webhooks can 
help a lot for keeping things in sync.
 

>
> I want to be able to offer a service to multiple organisations whereby 
> their employees can subscribe to a serialised product which is paid for 
> by subscription and each organisation can see what it is funding. I also 
> want the organisations to be able to optionally subsidise groups or 
> individual subscriptions. 
>
> There doesn't seem to be anything on Django Packages relating to 
> subscriptions and I don't think an ordinary web shop is the solution. 
> There is no need for ecommerce transactions. The organisations would be 
> invoiced directly outside the app. 
>
> If no-one suggests anything, I'll start my own and welcome any 
> contributors. It would end up being open sourced. 
>
> Thanks anyone 
>
> Mike 
>

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


Reply via email to