I cannot figure out the `official` place to put images, stylesheets, and javascripts and the process to access them. Can someone explain their method of doing this.
I was thinking of making a CSS_URL in the settings.py file and then calling {{CSS_URL}}/styles.css, but I can't manage that because I have no idea how to access settings variables from the template file. Thanks