Re: Django-Subscription

2012-07-10 Thread Pervez Mulla
can I use Paypal for this.? On Mon, Jul 9, 2012 at 9:07 PM, shacker wrote: > On Monday, July 9, 2012 2:54:06 AM UTC-7, Pervez Mulla wrote: >> >> Hi... >> >> How can I make use Django_subscripation in my project...?? In my >> application I want to give subscription option , >> EX- If cust

Re: Django-Subscription

2012-07-09 Thread shacker
On Monday, July 9, 2012 2:54:06 AM UTC-7, Pervez Mulla wrote: > > Hi... > > How can I make use Django_subscripation in my project...?? In my > application I want to give subscription option , > EX- If customers are subscribed to our product then they can able to > access all the data, Else the c

Django-Subscription

2012-07-09 Thread Pervez Mulla
Hi... How can I make use Django_subscripation in my project...?? In my application I want to give subscription option , EX- If customers are subscribed to our product then they can able to access all the data, Else the customer will able to see only charts/graphs in webpage . How Can I do this...

Django-subscription

2012-03-16 Thread Stanwin Siow
Hello, I was wondering whether there are any links that teaches you how to integrate django-subscription into your app in detail? To give a general view of what i would be doing, i want to integrate the django-subscription so i can give recurring billing to my customers. So far what i have