django-getpaid / django-plans

Django application for managing account plans and quotas
MIT License
508 stars 127 forks source link

Integration documentation needs more detail #31

Open brentc opened 10 years ago

brentc commented 10 years ago

I've been over the documentation a few times and I can't find any information on how to actually integrate with django-plans within our views and models or how to integrate our own payment system (without using django-payments).

I've been able to piece some of it together from the example demo, but that's hardly a substitute for actual documentation.

Alir3z4 commented 6 years ago

That is true, the documentation doesn't properly cover the integration part. At the moment there's only a TODO comment in it https://django-plans.readthedocs.io/en/latest/integration.html#integration

However the demo directory contains most of the stuff needed. But still, I agree the documentation should do a better job in case of integration.