Serving static/media pages: 1. Use the django.views.static.serve() view 2. Use the generic view simple.direct_to_template() 3. Use the django.contrib.flatpages app 4. Use your own view to render the page