Hello,
I have created a .py file where i store my constant to use them at differant places in the code and want to call one in my inline form template.
I want to call one in my implementation of my js like this
script src=[MyVariable]/url.js
I was wondering how to do that
Thanks