django-getpaid / django-plans

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

Implement the multi user capability for one billing info #183

Open lukh opened 1 year ago

lukh commented 1 year ago

Hi, Just having a look at django-plans for a project, Just scratching the surface of the code right now so... asking for some advices ;)

I want to be able to have multiple users for one billing infos. The use case is the following: a company will pay for a plans, but users (employee) can create their own account and be linked to the billing info of the company

How would i start ?

sbonelo-nje commented 11 months ago

Hi @lukh

If you don't mind me asking, how did you end up solving this problem?