GFDRR Open Source Mentoring Guide

GFDRR Open Source Mentoring Guide

View the Project on GitHub GFDRR/mentoring-guide

Static Media

Every website needs manage static files such as CSS and images as well as serving Javascript. In django these are referred to as “static” files and django provides the django.contrib.staticfiles class to help you manage them. You will need to learn how to manage the static media in your own project using this module. If you are using external pluggable applications in your project, you will need to learn make sure that their static media are properly referenced and included in your own project.

Goals/Objectives/Outcomes

Reference Material

Measures of Success