settings.py file to point your Django application to the CDN.
Find:
STATIC_ROOT folder, defined in the settings.py file. In order to copy these static files, first, ensure you are running in a virtual environment from the Django root directory
STATIC_ROOT folder which will subsequently be delivered via the CDN.
Use the STATIC_URL within your template files in order to reference your files from the static folder, for example: