The document describes the Django infrastructure setup at UGent for developing and deploying web applications. It discusses setting up Git repositories for source code and packages, using Git flow for version control. It also outlines the server infrastructure with load balancers, web and app servers, and databases. Projects are deployed through a continuous deployment pipeline using Jenkins to build, test and deploy code through testing, QA and production environments. Future plans include adding asynchronous messaging, response caching, improved acceptance testing and monitoring.