Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plans and pricing generic app?

Tags:

django

quota

I'm in need of adding a plans and pricing schema to my website to charge a user for the use of certain feature. In this case, the User adds Notices to Points.

A User should not be able to add more Notices than his' Plan allows. Stuff like that.

A quick google round gave me nothing to look around (django pricing and plans are terrible search terms) so i was thinking in rolling my own solution but may be you know of something of interest.

I'm not very sold to the way the pricing schema would work or how to handle the pricing, but that's not in the scope of the question.

like image 352
tutuca Avatar asked May 17 '11 21:05

tutuca


1 Answers

We are actively developing a possible solution:

https://github.com/cypreess/django-plans

both with the https://github.com/cypreess/django-getpaid (which is a payment broker) they can solve all kind of problems with: plans, pricing, quotas (limits), invoicing, taxation, payments.

getpaid has a stable version, plans are still in development, but it is 100% usable at this point (I am using it personally).

Both have a pretty good documentation, that could be found on read the docs.

I hope that would help you.

like image 163
thedk Avatar answered Nov 15 '22 21:11

thedk