Set up static files correctly

Working authentication
This commit is contained in:
tjp03u
2014-10-23 23:42:53 +01:00
parent c2beb24487
commit 33b454684d
141 changed files with 39734 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
/* Puts the included jQuery into our own namespace using noConflict and passing
* it 'true'. This ensures that the included jQuery doesn't pollute the global
* namespace (i.e. this preserves pre-existing values for both window.$ and
* window.jQuery).
*/
var django = django || {};
django.jQuery = jQuery.noConflict(true);