1
// Puts the included jQuery into our own namespace
2
var django = {
3
"jQuery": jQuery.noConflict(true)
4
};