I want to use a javascript file that isn't in my static URL nor in any file that would be collected when running collect static. How would a point to this file in a way that I don't have to use {% load static %}
It is basically so I can have only my DjangoTiny-MCE files in my Heroku server without collecting static instead of storing them in AWS because that has proven troublesome.