django deployment with sharepoint interaction

Copper Contributor

Hello everyone! I'm an intern and i'm asked to deploy a web app in django that interacts with sharepoint on premise, so i dont know which database i should use and where to deploy it and how much space could takke this web app

1 Reply

@looking1430 You should keep the Django application completely separate to SharePoint. Microsoft doesn't support direct access to SharePoint content databases. All access to content should use the SharePoint API. SharePoint has REST API's for List and Library access, use these for accessing content.

 

https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoin...