Hey Mike,

As James has already mentioned about Stripe here, you should have a look at
https://github.com/amccloud/django-stripe, a user subscription Django app
that integrates with Stripe.

If no-one suggests anything, I'll start my own and welcome any
> contributors. It would end up being open sourced.


I would like to contribute if you end up writing a new app.

Sincerely,
Pankaj Singh
http://about.me/psjinx


On Wed, Feb 20, 2013 at 11:16 AM, James Socol <james.so...@gmail.com> wrote:

> 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.
>
>
>

-- 
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