Previous Page Next Page

Summary

This hour has discussed the steps to deploy a Django project on a basic Apache installation. We also covered implementing multiple Django installations on a single Apache server, serving media files on the same server, and using Python eggs.

We then covered some important optimizations, such as implementing additional servers and implementing cache, that you should consider when designing your website implementation.

Previous Page Next Page