djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

[Work-in-Progress] Separation of Personal Profile into Organization and User Account #269

Closed Deep-Chill closed 1 year ago

Deep-Chill commented 1 year ago

Adds the ability to convert a personal profile organization into a separate organization by changing the slug of the organization by concatenating "org" to the end it. The feature can be accessed via a "Turn into an organization" button on the profile page, with corresponding functionality available through a new API endpoint.

Changes: