How to host static files on a subdomain?
I want to offload all static files (css, js, images) to a separate subdomain. Please let me know the procedure to follow.
You can do this by changing the STATIC_URL value, more information here
URL to use when referring to static files located in STATIC_ROOT.
Example: "/site_media/static/" or "http://static.example.com/"
To enter a block of code:
Comments