Is there a way for me to utilize the template tag static in my JavaScript file in order to access a CSV file that I intend to use with D3, such as this:
{% static "js/data.csv" %}
I prefer keeping my JavaScript files separated from my HTML for clarity and organization. Any assistance would be greatly appreciated.