Forum Discussion
looking1430
Mar 24, 2020Copper Contributor
django deployment with sharepoint interaction
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
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.