I am newbe here and I have a SaaS application. The application is developed in Django and I would like to know if it is possible use django multi-tenant in the DigitalOcean App Platform. Thank you very much!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
In theory, this should not be a problem unless you have some very specific requirements.
You should be able to deploy your app by following the steps here:
https://docs.digitalocean.com/tutorials/app-deploy-django-app/
Let me know how it goes.
Bobby