We will configure the uWSGI application container server to interface with our applications. In this guide, we will demonstrate how to install and configure some components on Debian 8 to support and serve Django applications. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server is required. Django is a powerful web framework that can help you get your Python application or website off the ground.