Django: External JS using framework doesn't load
问题 I have these JS files that runs just fine on local host server using WAMP Server. However when I put these files into my templates in Django then nothing loads. index.html template {% load staticfiles %} <!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Phaser - Making your first game, part 1</title> <script type="text/javascript" src="{% static 'game/js/game.js' %}"></script> </head> <body> And this is game.js (using Phaser.io framework) var game = new Phaser.Game(1000,