goo tempalte - var hostUrl = "assets/";
Hi,
What's the purpose of this line?
var hostUrl = "assets/";
I'm using the good template in a Django project and need to set this address dynamically. I removed it and everything still works fine. Do I need to keep it for some specific modules?
Thanks